forked from tagyoureit/nodejs-poolController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.31 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.31 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
{
"name": "nodejs-poolController",
"version": "6.0.0",
"description": "nodejs-poolController",
"main": "app.js",
"author": {
"name": "Russell Goldin",
"name2": "Robert Strouse"
},
"scripts": {
"start": "npm run build && node dist/app.js",
"build": "tsc"
},
"dependencies": {
"express": "^4.17.1",
"extend": "^3.0.2",
"jszip": "^3.4.0",
"multicast-dns": "^7.2.0",
"node-ssdp": "^4.0.0",
"serialport": "^7.1.5",
"socket.io": "^2.2.0",
"source-map-support": "^0.5.13",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/extend": "^3.0.1",
"@types/node": "^11.15.14",
"@types/socket.io": "^2.1.8",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^7.1.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"redoc": "^2.0.0-rc.18",
"ts-node": "^8.10.2",
"typescript": "^3.9.3"
}
}