-
Notifications
You must be signed in to change notification settings - Fork 371
/
Copy pathpackage.json
35 lines (35 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
34
35
{
"name": "sarasa-gothic",
"version": "1.0.27",
"main": "./run",
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"build": "verda -f verdafile.mjs",
"clean": "verda -f verdafile.mjs clean",
"full-clean": "verda -f verdafile.mjs full-clean",
"install": "node check-env.mjs"
},
"dependencies": {
"@chlorophytum/cli": "^0.50.0",
"@chlorophytum/font-format-ttf": "^0.50.0",
"@chlorophytum/hint-store-provider-file": "^0.50.0",
"@chlorophytum/hm-combine": "^0.50.0",
"@chlorophytum/hm-ideograph": "^0.50.0",
"@chlorophytum/hm-select-glyphs": "^0.50.0",
"fs-extra": "^11.2.0",
"ot-builder": "^1.7.4",
"otb-ttc-bundle": "^1.7.4",
"verda": "^1.12.2",
"which": "^4.0.0"
},
"devDependencies": {
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=20.0.0"
}
}