-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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": "zeus-iot-integration-worker",
"version": "1.0.48",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"publish": "npm version patch && mini-uploadtos3prod.bat",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://urigg123@github.com/SpeedshieldTechnologies/mobile-server-worker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpeedshieldTechnologies/mobile-server-worker/issues"
},
"homepage": "https://github.com/SpeedshieldTechnologies/mobile-server-worker#readme",
"dependencies": {
"async": "^3.2.0",
"aws-sdk": "^2.627.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"html-encoder-decoder": "^1.3.8",
"moment": "^2.24.0",
"mqtt": "^3.0.0",
"mssql": "^6.1.0",
"node-cache": "^5.1.0",
"node_cache": "0.0.3",
"protobufjs": "^6.8.8",
"redis": "^3.0.2",
"redlock": "^4.1.0",
"request": "^2.88.2",
"sharp": "^0.24.1",
"tmp": "0.1.0",
"winston": "^2.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.1.0"
}
}