{ "name": "@unocss/transformer-directives", "type": "module", "version": "66.6.7", "description": "UnoCSS transformer for `@apply` directive", "author": "hannoeru ", "license": "MIT", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/transformer-directives" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-transformer" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "files": [ "dist" ], "dependencies": { "css-tree": "^3.1.0", "@unocss/core": "66.6.7", "@unocss/rule-utils": "66.6.7" }, "devDependencies": { "magic-string": "^0.30.21" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch" } }