-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
47
48
49
50
51
52
53
54
{
"name": "cloudfunctions",
"version": "0.0.2",
"deprecated": false,
"description": "Senti Cloud Functions Server",
"main": "server.js",
"scripts": {
"test": "echo \"npm test temporarily disabled\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/senti-iot/senti-cloudfunctions.git"
},
"keywords": [
"Senti.Cloud",
"Senti.IoT",
"Senti",
"IoT",
"Cloud Functions",
"Serverless",
"Lambda",
"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-cloudfunctions/issues"
},
"homepage": "https://github.com/senti-iot/senti-cloudfunctions#readme",
"dependencies": {
"apisauce": "^2.1.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-pino-logger": "^4.0.0",
"find-config": "^1.0.0",
"helmet": "^3.21.2",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mqtt": "^4.2.8",
"mqtt-packet": "^6.1.2",
"mysql": "^2.16.0",
"mysql2": "^1.6.5",
"pino": "^5.12.2",
"senti-apicore": "^0.0.61"
}
}