-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.74 KB
/
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
{
"name": "cg-hs-lb-jb",
"version": "1.0.0",
"description": "von Henry Schuler, Lukas Braun und Johannes Brandenburger",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "npm i && node server.js",
"jsdoc": "rm -rf jsdoc/root/* && rm -rf jsdoc/flight-simulator/* && jsdoc -c jsdoc-config.json && cd flight-simulator && jsdoc -c jsdoc-config.json && cd .. && mv flight-simulator/out/* jsdoc/flight-simulator && rm -rf flight-simulator/out && mv out/* jsdoc/root && rm -rf out",
"code2flow": "code2flow js/* flight-simulator/js/* --output function-call-graph/complete.svg && rm -rf function-call-graph/complete.gv && code2flow js/* --output function-call-graph/root.svg && rm -rf function-call-graph/root.gv && code2flow flight-simulator/js/* js/helpers.js --output function-call-graph/flight-simulator.svg && rm -rf function-call-graph/flight-simulator.gv; code2flow js/* flight-simulator/js/* --output function-call-graph/complete.png && rm -rf function-call-graph/complete.gv && code2flow js/* --output function-call-graph/root.png && rm -rf function-call-graph/root.gv && code2flow flight-simulator/js/* js/helpers.js --output function-call-graph/flight-simulator.png && rm -rf function-call-graph/flight-simulator.gv",
"docu": "npm run jsdoc && npm run code2flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johannesbrandenburger/cg-hs-lb-jb.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johannesbrandenburger/cg-hs-lb-jb/issues"
},
"homepage": "https://github.com/johannesbrandenburger/cg-hs-lb-jb#readme",
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"@types/three": "^0.144.0"
}
}