Urara-Blog/node_modules/.pnpm-store/v3/files/b6/cac0dea80288e73a8b901d03f44038511fa981b6f02b373ca7aac44ecbfcd152a6f7a1e3f1230fcff8e4c4e298e7d3302e07cb0e97008ab24d38397b01d6b7
2022-08-14 01:14:53 +08:00

42 lines
No EOL
1,015 B
Text

{
"name": "@unocss/preset-attributify",
"version": "0.45.6",
"description": "Attributify preset 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/preset-attributify#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages/preset-attributify"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"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"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}