-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 972 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": "americana-fonts",
"version": "0.1.0",
"description": "Americana font stack.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/osm-americana/fontstack66.git"
},
"scripts": {
"build": "run-s fonts",
"clean": "run-s clean-download clean-build",
"clean-download": "shx rm -rf download",
"clean-build": "shx rm -rf dist build",
"code_format": "prettier --write --list-different .",
"fonts:install_glyph_builder": "cargo install [email protected]",
"fonts:build": "node fonts",
"fonts": "run-s fonts:install_glyph_builder fonts:build"
},
"dependencies": {},
"devDependencies": {
"fonteditor-core": "^2.1.11",
"glob": "^9.2.1",
"google-font-installer": "^1.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"engines": {
"npm": ">=8.3.0",
"node": ">=14"
}
}