48 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "uni-webfont",
"version": "0.1.0",
"description": "uni-app 字体按需加载 —— 小程序/H5/App 任意中文字体只加载页面实际用到的字符10 字 ≈ 10KB突破主包 2MB 与字体整包 10MB+ 限制",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"development": "./src/index.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "pnpm --filter webfont-sdk build && tsdown && node scripts/sync-uni-modules.mjs",
"typecheck": "tsc --noEmit"
},
"keywords": [
"uni-app",
"webfont",
"font-subset",
"loadFontFace",
"chinese-font",
"miniprogram"
],
"repository": {
"type": "git",
"url": "git+https://github.com/2234839/web-font.git",
"directory": "packages/uni-webfont"
},
"author": "崮生(子虚)",
"license": "MIT",
"dependencies": {
"webfont-sdk": "^0.2.1"
},
"devDependencies": {
"tsdown": "^0.22.14",
"typescript": "^7.0.2"
}
}