{ "name": "@unocss/transformer-directives", "type": "module", "version": "0.65.4", "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.mts", "default": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "css-tree": "^3.1.0", "@unocss/core": "0.65.4", "@unocss/rule-utils": "0.65.4" }, "devDependencies": { "magic-string": "^0.30.17" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:attw": "attw --pack --config-path ../../.attw-esm-only.json" } }