42 lines
962 B
Plaintext
42 lines
962 B
Plaintext
{
|
|
"name": "@unocss/preset-typography",
|
|
"version": "0.58.5",
|
|
"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.58.5",
|
|
"@unocss/preset-mini": "0.58.5"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
} |