-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·71 lines (71 loc) · 2.08 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "elas-chatbot",
"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 \"elas-homol\"",
"restart": "pm2 restart \"elas-homol\" --update-env",
"logs": "pm2 logs \"elas-homol\" --lines 1000",
"stop": "pm2 stop \"elas-homol\"",
"remove": "pm2 remove \"elas-homol\"",
"webhook": "npx bottender messenger webhook set",
"profileGet": "npx bottender messenger profile get",
"profileSet": "npx bottender messenger profile set"
},
"dependencies": {
"@sentry/node": "^5.15.4",
"acorn": "^7.1.1",
"adm-zip": "^0.4.16",
"apiai-promise": "^1.0.0",
"async-child-process": "^1.1.1",
"bottender": "^1.3.5",
"canvas": "^2.5.0",
"chart.js": "^2.8.0",
"chartjs": "^0.3.24",
"chartjs-node-canvas": "^2.4.0",
"child_process": "^1.0.2",
"cron": "^1.7.1",
"csvjson-csv2json": "^5.0.6",
"dialogflow": "^1.2.0",
"dotenv": "^4.0.0",
"eslint-config-airbnb": "^18.0.1",
"fs-extra": "^7.0.0",
"get-audio-duration": "0.0.1",
"google-spreadsheet-to-json": "^1.0.0",
"grpc": "^1.24.3",
"html-pdf": "^2.2.0",
"jest": "^25.3.0",
"json2csv": "^4.5.2",
"lodash.clone": "^4.5.0",
"messaging-api-messenger": "^0.7.16",
"moment": "^2.24.0",
"nodemailer": "^6.2.1",
"nodemon": "^2.0.3",
"pagseguro-nodejs": "^0.1.2",
"pg": "^7.11.0",
"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",
"restify": "^8.5.1",
"restify-cors-middleware": "^1.1.1",
"restify-pino-logger": "^3.0.0",
"sequelize": "^5.21.12",
"sequelize-cli": "^5.5.1",
"survey-monkey-streams": "^1.0.1",
"tinyurl": "^1.1.4",
"util": "^0.12.0",
"util.promisify": "^1.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1"
}
}