Urara-Blog/node_modules/.pnpm-store/v3/files/4a/dbf4d87961a17e0557c7b3fb1b2c8982329232bc5322bc1cbe63fc3978c32826f4d63f73fb1fb42632143ee08a8ca23efee91ec705efb8f0121495c270910f
2022-08-14 01:14:53 +08:00

41 lines
No EOL
933 B
Text

{
"name": "@unocss/preset-typography",
"version": "0.45.6",
"description": "Typography preset for UnoCSS",
"author": "Jeff Yang",
"license": "MIT",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-typography#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages/preset-typography"
},
"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"
}
}