forked from wdr-data/informant-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "tim-bot",
"version": "0.1.0",
"repository": "https://github.com/wdr-data/tim-bot",
"author": "Hacking Studio <github.com/wdr-data>",
"license": "MIT",
"private": true,
"bin": {
"prepare-ci": "./config/prepare-ci.js"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-plugin-node": "^6.0.1",
"js-yaml": "^3.10.0",
"mz": "^2.7.0",
"pako": "^1.0.6",
"serverless": "^1.26.1",
"serverless-domain-manager": "^2.3.2",
"serverless-offline": "^3.16.0",
"serverless-plugin-scripts": "^1.0.2",
"serverless-pseudo-parameters": "^1.4.2",
"serverless-step-functions": "^1.3.0"
},
"dependencies": {
"aws-sdk": "^2.206.0",
"dialogflow": "^0.1.0",
"moment-timezone": "^0.5.14",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"engines": {
"node": ">=6.10.0"
},
"scripts": {
"deploy": "yarn && sls deploy",
"lint": "eslint .",
"postinstall": "npm run rebuild",
"rebuild": "npm rebuild --target=6.1.0 --target_arch=x64 --target_platform=linux --target_libc=glibc",
"test": "npm run lint"
}
}