-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 997 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
{
"name": "smarthack-2019",
"version": "1.0.0",
"main": "build/index.js",
"repository": "[email protected]:dave-nicholas/smarthack-2019.git",
"author": "Dave Nicholas <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build": "rm -rf build/ && tsc",
"serve": "node build/index.js",
"start": "npm run build && npm run serve",
"ngrok": "~/ngrok http 4567",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@slack/client": "^4.8.0",
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.1",
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"fs": "^0.0.1-security",
"github-webhook-handler": "^0.7.1",
"ngrok": "^3.1.0",
"node-mp3-player": "^1.0.3",
"node-raspistill": "^0.0.16",
"onoff": "^3.2.2",
"path": "^0.12.7",
"typescript": "^3.2.2"
},
"devDependencies": {
"@types/node": "^10.12.18",
"ts-node": "^7.0.1"
}
}