-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.65 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.65 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "wise_service",
"version": "1.0.0",
"description": "",
"main": "run-wise.js",
"scripts": {
"build": "tsc --project tsconfig.node.json && tsc --project tsconfig.browser.json",
"dev-GUI": "nodemon dist/GUI/app.js",
"GUI": "node dist/gui/app.js",
"monitor": "node dist/monitor/socket_server.js",
"builder_server": "sh runBuilder.sh",
"buildDemoData": "node buildDemoData.js",
"startBuilder": "/usr/bin/java -jar /usr/bin/WISE_Builder.jar -j /usr/src/app/WISE_data/jobs &"
},
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^14.18.63",
"@types/passport-google-oauth20": "^2.0.16",
"@types/r-script": "^0.0.6",
"@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0",
"@types/turf": "^3.5.32",
"@types/unzipper": "^0.10.10",
"nodemon": "^2.0.7",
"typescript": "^5.6.3"
},
"dependencies": {
"@turf/helpers": "^7.1.0",
"@turf/turf": "^7.1.0",
"@types/geojson": "^7946.0.14",
"@types/luxon": "^3.4.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"exiftool-vendored": "^29.0.0",
"express": "^4.21.1",
"express-session": "^1.18.1",
"fs-extra": "^11.2.0",
"geo-tz": "^8.1.2",
"leaflet": "^1.9.4",
"luxon": "^3.5.0",
"moment-timezone": "^0.5.46",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"r-script": "^0.0.4",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"unzipper": "^0.12.3",
"wise_js_api": "github:WISE-Developers/WISE_JS_API#1.0.6-beta.5"
}
}