-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ringcentral-welcome-bot",
"version": "0.0.1",
"description": "Glip chatbot to welcome new chatgroup member",
"keywords": [
"ringcentral",
"bot",
"welcome"
],
"scripts": {
"proxy": "ngrok http 3000",
"build": "node bin/build",
"deploy": "node bin/deploy",
"bd": "npm run build && npm run deploy",
"watch": "cd dist && ../node_modules/.bin/sls logs -f app -t",
"lint": "eslint --max-warnings 0 --ext .js src",
"start": "npm run dev",
"dev": "node -r @babel/register -r dotenv/config ./src/express"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"babel-eslint": "10.0.1",
"dotenv": "6.1.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-standard": "11.0.0",
"eslint-plugin-compat": "2.2.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"js-yaml": "3.12.1",
"ngrok": "3.1.0",
"recursive-assign": "0.2.0",
"serverless": "1.41.1",
"shelljs": "0.8.2"
},
"dependencies": {
"lodash": "4.17.11",
"pg": "^7.7.1",
"ringcentral-chatbot": "^0.5.3",
"serverless-http": "^1.8.0",
"sqlite3": "4.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zxdong262/ringcentral-welcome-bot-js.git"
},
"author": "Drake Zhao <Drake.Zhao@ringcentral.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zxdong262/ringcentral-welcome-bot-js/issues"
},
"homepage": "https://github.com/zxdong262/ringcentral-welcome-bot-js#readme"
}