UNPKG

@unocss/transformer-compile-class

Version:

Compile group of classes into one class

46 lines 1.11 kB
{ "name": "@unocss/transformer-compile-class", "type": "module", "version": "66.3.3", "description": "Compile group of classes into one class", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/transformer-compile-class" }, "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": { "@unocss/core": "66.3.3" }, "devDependencies": { "magic-string": "^0.30.17" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:attw": "attw --pack --config-path ../../.attw-esm-only.json" } }