-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.33 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
61
62
{
"name": "service",
"version": "0.0.4",
"deprecated": false,
"description": "Senti Service service",
"main": "server.js",
"scripts": {
"test": "echo 'No Tests'"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/senti-iot/senti-service.git"
},
"keywords": [
"Senti.Cloud",
"Senti.IoT",
"Senti",
"IoT",
"Service",
"Micro Service Service",
"NodeJS",
"Express",
"Micro Service"
],
"author": {
"name": "Christian Broberg",
"email": "[email protected]",
"url": "https://senti.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/senti-iot/senti-service/issues"
},
"homepage": "https://github.com/senti-iot/senti-service#readme",
"dependencies": {
"@node-redis/json": "^1.0.2",
"apisauce": "^2.0.1",
"cli-table3": "^0.6.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"find-config": "^1.0.0",
"helmet": "^4.1.0",
"moment": "^2.27.0",
"mqtt": "^4.2.1",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"redis": "^4.0.4",
"senti-apicore": "^0.0.61",
"sha2": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.11.0",
"eslint-config-google": "^0.14.0"
}
}