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