-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "hillstate-st-schema-connector",
"version": "1.0.0",
"description": "Connect Hillstate IoT with SmartThings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ayush21298/hillstate-st-schema-connector.git"
},
"keywords": [
"SmartThings",
"Hillstate",
"IoT"
],
"author": "Ayush21298",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ayush21298/hillstate-st-schema-connector/issues"
},
"homepage": "https://github.com/Ayush21298/hillstate-st-schema-connector#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.12",
"st-schema": "^1.4.0",
"update-dotenv": "^1.1.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"localtunnel": "^2.0.1"
}
}