{ "name": "@unocss/transformer-compile-class", "version": "0.57.7", "description": "Compile group of classes into one class", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/unocss/unocss/tree/main/packages/transformer-compile-class#readme", "repository": { "type": "git", "url": "https://github.com/unocss/unocss", "directory": "packages/transformer-compile-class" }, "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": { "@unocss/core": "0.57.7" }, "devDependencies": { "magic-string": "^0.30.5" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" } }