forked from tagyoureit/nodejs-poolController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.72 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
{
"name": "nodejs-poolcontroller",
"version": "7.6.1",
"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"
},
"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.22.0",
"eslint-config-promise": "^2.0.2",
"express": "^4.17.2",
"extend": "^3.0.2",
"jszip": "^3.7.1",
"mqtt": "^4.3.5",
"multer": "^1.4.4",
"multicast-dns": "^7.2.4",
"node-ssdp": "^4.0.1",
"serialport": "^9.2.8",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"source-map-support": "^0.5.21",
"winston": "^3.5.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/extend": "^3.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^12.20.43",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.8.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"grunt": "^1.4.1",
"grunt-banner": "^0.6.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}