-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "dpo-bot",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"test": "jest --detectOpenHandles",
"pm2_add": "pm2 start app/index.js --name \"dpo-homol\"",
"restart": "pm2 restart \"dpo-homol\" --update-env",
"logs": "pm2 logs \"dpo-homol\" --lines 1000",
"webhook": "npx bottender messenger webhook set",
"profileGet": "npx bottender messenger profile get",
"profileSet": "npx bottender messenger profile set",
"bot:build": "docker-compose up -d --build chatbot",
"bot:log": "docker-compose logs chatbot"
},
"dependencies": {
"@sentry/node": "^5.15.4",
"async-child-process": "^1.1.1",
"body-parser": "^1.19.0",
"bottender": "^1.3.5",
"child_process": "^1.0.2",
"cron": "^1.8.2",
"dialogflow": "^1.2.0",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"file-type": "^12.3.0",
"fs-extra": "^7.0.0",
"get-audio-duration": "0.0.1",
"googleapis": "^51.0.0",
"grpc": "^1.24.3",
"itsa-surveymonkey-promise": "0.0.6",
"jest": "^25.3.0",
"jsonfile": "^5.0.0",
"messaging-api-messenger": "^0.7.16",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"nodemailer": "^6.4.2",
"nodemon": "^2.0.4",
"promisepipe": "^3.0.0",
"query-string": "^5.1.0",
"remove-accents": "^0.4.2",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"requisition": "^1.7.0",
"surveymonkey": "^1.1.0",
"util": "^0.12.1",
"util.promisify": "^1.0.0",
"validar-cpf": "^2.1.1"
},
"devDependencies": {
"eslint": "^6.2.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}