-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 959 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
37
{
"name": "iosevka",
"version": "7.3.3",
"main": "./font-src/index.js",
"scripts": {
"build": "node utility/ensure-verda-exists && verda -f verdafile.js",
"bump-ver": "node utility/update-package-json-version/index",
"clean": "node utility/ensure-verda-exists && verda -f verdafile.js clean"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@msgpack/msgpack": "^2.7.0",
"@unicode/unicode-13.0.0": "^1.1.0",
"cldr": "^7.0.0",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"ot-builder": "^1.1.0",
"otb-ttc-bundle": "^1.1.0",
"patel": "^0.35.0",
"semver": "^7.3.5",
"spiro": "^3.0.0",
"stylus": "^0.54.8",
"toposort": "^2.0.2",
"typo-geom": "^0.12.1",
"verda": "^1.3.0",
"wawoff2": "^2.0.0",
"which": "^2.0.2"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.3.2"
},
"engines": {
"node": ">=12.16.0"
}
}