-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
54 lines (54 loc) · 1.54 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "spx-gc",
"version": "1.3.2",
"description": "SPX | Softpix Graphics Controller",
"homepage": "https://spx.graphics",
"main": "server.js",
"bin": "server.js",
"pkg": {
"assets": [
"views/**/*",
"static/**/*"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devORG": "nodemon server.js -i config.json -i DATAROOT/",
"dev": "nodemon server.js -i DATAROOT/* -i ASSETS/* -i config.json -i DATAROOT_VIDEO/*",
"devdemo": "nodemon server.js config_demodataroot.json -i DATAROOT_DEMO/* -i config_demodataroot.json",
"dev2": "nodemon server.js config2.json -i DATAROOT/* -i config2.json",
"start": "pm2 start server.js --name GC",
"stop": "pm2 stop server.js",
"build": "BUILD_PACKAGES.BAT"
},
"keywords": [],
"author": "Tuomo Kulomaa <tuomo@softpix.io> (https://spx.graphics)",
"license": "MIT",
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.1",
"express-handlebars": "^8.0.1",
"express-session": "^1.18.1",
"glob": "^11.0.0",
"ip": "^2.0.1",
"jsdom": "^25.0.1",
"macaddress": "^0.5.1",
"moment": "^2.29.4",
"morgan": "^1.9.1",
"node-html-parser": "^6.1.13",
"node-wav-player": "^1.0.0",
"node-xlsx": "^0.24.0",
"open": "^10.1.0",
"osc": "^2.4.5",
"path": "^0.12.7",
"rotating-file-stream": "^3.2.5",
"socket.io": "^4.8.0",
"sox-play": "0.0.2",
"winston": "^3.17.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}