astro-ghostcms/.pnpm-store/v3/files/c9/590a116e5781700465194a1b830...

42 lines
962 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@unocss/preset-typography",
"version": "0.57.7",
"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": "https://github.com/unocss/unocss",
"directory": "packages/preset-typography"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset"
],
"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": {
"@unocss/core": "0.57.7",
"@unocss/preset-mini": "0.57.7"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}