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

42 lines
No EOL
1,001 B
Text

{
"name": "@unocss/preset-tagify",
"version": "0.45.6",
"description": "Tagify 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-tagify#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages/preset-tagify"
},
"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"
}
}