-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "nodejs-poolcontroller-dashpanel",
"version": "8.0.0",
"description": "Dashboard Panel",
"main": "dist/app.js",
"author": {
"name": "Robert Strouse"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rstrouse/nodejs-poolController-dashPanel.git"
},
"scripts": {
"start": "npm run build && node dist/app.js",
"start:cached": "node dist/app.js",
"build": "tsc",
"watch": "tsc -w"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"express": "^4.18.1",
"extend": "^3.0.2",
"jquery": "^3.6.1",
"jquery-ui": "^1.13.2",
"jquery-ui-dist": "^1.13.1",
"jquery-ui-touch-punch-c": "^1.4.0",
"node-ssdp": "^4.0.1",
"socket.io": "^4.5.2",
"socket.io-client": "^4.5.2",
"winston": "^3.7.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/extend": "^3.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^12.20.52",
"multer": "^1.4.5-lts.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
}
}