2026-05-31 13:54:31 +02:00

43 lines
1019 B
JSON

{
"name": "@unocss/preset-typography",
"type": "module",
"version": "0.65.4",
"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.mts",
"default": "./dist/index.mjs"
}
},
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@unocss/core": "0.65.4",
"@unocss/preset-mini": "0.65.4"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test:attw": "attw --pack --config-path ../../.attw-esm-only.json"
}
}