加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 963 Bytes
一键复制 编辑 原始数据 按行查看 历史
江夏尧 提交于 2024-11-09 20:30 . chore(6.0.0): 升级 cn-font-split
{
"name": "@chinese-fonts/index",
"version": "1.2.1",
"description": "中文网字计划的项目索引文件",
"files": [],
"main": "index.json",
"publishConfig": {
"access": "public"
},
"scripts": {
"new": "plop",
"build": "node ./scripts/build.mjs",
"build:cdn": "node ./scripts/build.mjs --mode=rebuild && node ./scripts/moveFile.mjs && node ./scripts/createIndex.mjs",
"index": "node ./scripts/createIndex.mjs",
"test": "node ./scripts/build.mjs --mode=check",
"dev": "ws --port=2048"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"cn-font-split": "^6.0.0",
"dotenv": "^16.4.5",
"fs-extra": "^10.1.0",
"glob": "^10.4.5",
"imagekit": "^5.1.0",
"md5": "^2.3.0",
"mri": "^1.2.0",
"p-limit": "^4.0.0",
"plop": "^3.1.2",
"semver": "^7.6.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化