astro-ghostcms/.pnpm-store/v3/files/6d/9a07a3afb800eae672e8e4eb0f8...

48 lines
1.2 KiB
Plaintext

{
"name": "@unocss/transformer-attributify-jsx-babel",
"version": "0.58.5",
"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-babel#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/transformer-attributify-jsx-babel"
},
"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": {
"@babel/core": "^7.23.9",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@unocss/core": "0.58.5"
},
"devDependencies": {
"magic-string": "^0.30.6"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}