UNPKG

@unocss/transformer-directives

Version:

UnoCSS transformer for `@apply` directive

47 lines 1.13 kB
{ "name": "@unocss/transformer-directives", "type": "module", "version": "66.1.0-beta.10", "description": "UnoCSS transformer for `@apply` directive", "author": "hannoeru <me@hanlee.co>", "license": "MIT", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss", "directory": "packages-presets/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": "66.1.0-beta.10", "@unocss/rule-utils": "66.1.0-beta.10" }, "devDependencies": { "magic-string": "^0.30.17" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:attw": "attw --pack --config-path ../../.attw-esm-only.json" } }