Urara-Blog/node_modules/.pnpm-store/v3/files/2c/13eef628ea3fb7be79097f8d7f99a396f24169a0afc9e9cc2b64f20eab69b5d5686c6155a0cf9e4f0efe42ed32d14d6e166691a6bdfc8ab41ccd539ed023ef
2022-08-14 01:14:53 +08:00

44 lines
No EOL
1.1 KiB
Text

{
"name": "@unocss/transformer-attributify-jsx",
"version": "0.45.6",
"description": "Support valueless attributify in JSX/TSX.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/transformer-attributify-jsx#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages/transformer-attributify-jsx"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-transformer"
],
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@unocss/core": "0.45.6"
},
"devDependencies": {
"magic-string": "^0.26.2"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}