astro-ghostcms/.pnpm-store/v3/files/2f/60ec09a2526f7c81ef26279c07c...

45 lines
1.1 KiB
Plaintext

{
"name": "@unocss/transformer-variant-group",
"version": "0.58.5",
"description": "Variant group transformer for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/transformer-variant-group#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/transformer-variant-group"
},
"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.58.5"
},
"devDependencies": {
"magic-string": "^0.30.6"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}