forked from be5invis/Sarasa-Gothic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 925 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
36
{
"name": "sarasa-gothic",
"version": "0.37.1",
"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-select-glyphs": "^0.41.21",
"@chlorophytum/hm-ideograph": "^0.41.1",
"clone": "^2.1.2",
"fs-extra": "^10.1.0",
"JSONStream": "^1.3.5",
"strip-bom-stream": "^5.0.0",
"temp": "^0.9.4",
"typo-geom": "^0.12.1",
"verda": "^1.10.0",
"which": "^2.0.2"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.7.1"
},
"engines": {
"node": ">=12.0.0"
}
}