-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
executable file
·60 lines (60 loc) · 1.79 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
55
56
57
58
59
60
{
"name": "nodejs-poolcontroller",
"version": "8.0.4",
"description": "nodejs-poolController",
"main": "app.js",
"author": {
"name": "Russell Goldin",
"name2": "Robert Strouse"
},
"license": "GNU Affero General Public License v3.0",
"repository": {
"type": "git",
"url": "https://github.com/tagyoureit/nodejs-poolController.git"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "npm run build && node dist/app.js",
"start:cached": "node dist/app.js",
"build": "tsc",
"watch": "tsc -w"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.32.0",
"eslint-config-promise": "^2.0.2",
"express": "^4.18.1",
"extend": "^3.0.2",
"jszip": "^3.9.1",
"mqtt": "^4.3.7",
"multer": "^1.4.5-lts.1",
"multicast-dns": "^7.2.4",
"node-screenlogic": "^2.0.0",
"node-ssdp": "^4.0.1",
"serialport": "^11.0.0",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.0",
"source-map-support": "^0.5.21",
"winston": "^3.7.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/extend": "^3.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^16.11.48",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"grunt": "^1.5.3",
"grunt-banner": "^0.6.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
}
}