-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
33 lines (33 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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": "^5.2.2",
"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"
}
}