-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1018 Bytes
/
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
{
"name": "iot_microservices",
"version": "1.0.0",
"description": "��#\u0000 \u0000I\u0000o\u0000T\u0000_\u0000m\u0000i\u0000c\u0000r\u0000o\u0000s\u0000e\u0000r\u0000v\u0000i\u0000c\u0000e\u0000s\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devStartAPI": " nodemon API/services.js",
"devStartRelay": " nodemon API/relai.js",
"dev": "node app.js",
"debug": "nodemon --inspect app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IterateMe/IoT_microservices.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IterateMe/IoT_microservices/issues"
},
"homepage": "https://github.com/IterateMe/IoT_microservices#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"mqtt": "^4.3.7",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}