-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 736 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"scripts": {
"postinstall": "git submodule update --init --recursive --remote",
"build": "ergogen ./ergogen/ --output ./ --clear && npx @jscad/cli cases/corney_island_bottom_tray.jscad -of stla -o cases/corney_island_bottom_tray.stl",
"debug": "ergogen ./ergogen/ --output ./ --clear --debug && npx @jscad/cli cases/corney_island_bottom_tray.jscad -of stla -o cases/corney_island_bottom_tray.stl",
"watch:build": "nodemon -e yaml,js -x \"npm run build\"",
"watch:debug": "nodemon -e yaml,js -x \"npm run debug\""
},
"dependencies": {
"ergogen": "^4.1.0",
"nodemon": "^3.0.1",
"@jscad/cli": "1.10.0"
},
"nodemonConfig": {
"delay": 2500
}
}