-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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": "fizzbuzz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run create -- --watch",
"create": "wt create index --secrets-file .env --bundle",
"serve": "wt serve index --secrets-file .env",
"update": "wt update index --secrets-file .env --bundle",
"ngrok": "npm run serve && ngrok 8080"
},
"author": "",
"license": "MIT",
"dependencies": {
"@slack/client": "^3.14.1",
"@types/request-promise": "^4.1.39",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.17.2",
"debug": "^2.6.8",
"ejs": "^2.5.6",
"express": "^4.15.3",
"morgan": "^1.8.2",
"request": "^2.81.0",
"request-promise": "^4.2.2",
"vm2": "^3.5.2",
"webtask-tools": "^3.2.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/debug": "^0.0.29",
"@types/express": "^4.0.35",
"@types/mocha": "^2.2.44",
"@types/node": "^7.0.31",
"@types/slack-node": "^0.1.1",
"@webtask/serverless-webtasks": "^1.0.1",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"mocha": "^4.0.1",
"ts-node": "^3.3.0",
"typescript": "^2.3.4"
}
}