-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 876 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 876 Bytes
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
{
"name": "c4c-slackbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env nodemon",
"start": "pm2-runtime start ecosystem.config.js --env production"
},
"author": "Emmy Armintrout",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/node": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"@slack/web-api": "^5.7.0",
"@slack/webhook": "^5.0.2",
"babel-plugin-module-resolver": "^4.0.0",
"body-parser": "^1.19.0",
"bull": "^3.12.1",
"bull-arena": "^2.7.1",
"concurrently": "^5.0.2",
"cross-env": "^6.0.3",
"express": "^4.17.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"nodemon": "^2.0.2",
"pm2": "^4.2.3"
}
}