-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.08 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": "acme-control-panel-example",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmartThingsCommunity/acme-control-panel-example.git"
},
"keywords": [
"SmartThings",
"SmartApp",
"NodeJS",
"Open/Close",
"Lighting"
],
"author": "SmartThings",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SmartThingsCommunity/acme-control-panel-example/issues"
},
"homepage": "https://github.com/SmartThingsCommunity/acme-control-panel-example#readme",
"dependencies": {
"@smartthings/file-context-store": "1.1.1",
"@smartthings/smartapp": "^4.3.4",
"axios": "^0.28.0",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"ejs": "~3.1.8",
"express": "~4.21.0",
"express-sse": "^0.5.3",
"morgan": "^1.10.0",
"querystring": "^0.2.0",
"rand-token": "^1.0.1"
},
"devDependencies": {
"jest": "^27.2.0"
},
"engines": {
"node": "^16"
}
}