-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1001 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
35
36
37
38
39
{
"name": "home-api",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"postinstall": "tsc",
"start": "tsc && node dist/app.js",
"setup:hue": "tsc && node dist/scripts/set-up-hue.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RasmusBuchholdt/home-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RasmusBuchholdt/home-api/issues"
},
"homepage": "https://github.com/RasmusBuchholdt/home-api#readme",
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.3",
"http-status-codes": "^2.1.2",
"node-hue-api": "^4.0.11",
"querystring": "^0.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sonos": "^1.14.1",
"spotify-web-api-node": "^5.0.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.0"
}
}