{ "name": "@unocss/transformer-directives", "version": "0.45.6", "description": "UnoCSS transformer for `@apply` directive", "author": "hannoeru ", "license": "MIT", "homepage": "https://github.com/antfu/unocss/tree/main/packages/transformer-directives#readme", "repository": { "type": "git", "url": "git+https://github.com/antfu/unocss.git", "directory": "packages/transformer-directives" }, "bugs": { "url": "https://github.com/antfu/unocss/issues" }, "keywords": [ "unocss", "unocss-transformer" ], "sideEffects": false, "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@unocss/core": "0.45.6", "css-tree": "^2.1.0" }, "devDependencies": { "magic-string": "^0.26.2" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" } }