-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1.08 KB
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
{
"name": "novum",
"version": "2.2.0",
"description": "Novum Split Keyboard",
"scripts": {
"generate": "./novum/art/update_ergogen_artwork.py && ergogen novum/ergogen -o out/novum",
"build-builder": "docker build --platform linux/amd64 -t henkru/ergo-builder:latest builder",
"update-outline": "./novum/outline/update_config_from_dxf.py",
"update-artwork": "./novum/art/update_ergogen_artwork.py",
"update-qmk-jsons": "./builder/steps/update_qmk_jsons.sh",
"export-tracks-left": "./kicad/export_tracks.py out/novum/pcbs/left.kicad_pcb > novum/kicad/left.json",
"export-tracks-right": "./kicad/export_tracks.py out/novum/pcbs/right.kicad_pcb > novum/kicad/right.json",
"export-tracks": "npm run export-tracks-left && npm run export-tracks-right"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henkru/novum.git"
},
"author": "Henri Nurmi",
"license": "ISC",
"bugs": {
"url": "https://github.com/henkru/novum/issues"
},
"homepage": "https://github.com/henkru/novum#readme",
"dependencies": {
"ergogen": "^4.1.0"
}
}