forked from LY-Xiang/Firasa-Nerd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 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": "sarasa-gothic",
"version": "0.42.6",
"main": "./run",
"scripts": {
"build": "verda -f verdafile.mjs",
"clean": "verda -f verdafile.mjs clean",
"full-clean": "verda -f verdafile.mjs full-clean",
"install": "node checkenv"
},
"dependencies": {
"@chlorophytum/cli": "^0.41.21",
"@chlorophytum/font-format-ttf": "^0.41.21",
"@chlorophytum/hint-store-provider-file": "^0.41.21",
"@chlorophytum/hm-combine": "^0.41.21",
"@chlorophytum/hm-ideograph": "^0.41.1",
"@chlorophytum/hm-select-glyphs": "^0.41.21",
"fs-extra": "^11.1.1",
"ot-builder": "^1.7.3",
"otb-ttc-bundle": "^1.7.3",
"verda": "^1.11.0",
"which": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.0.3"
},
"engines": {
"node": ">=12.0.0"
}
}