-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 997 Bytes
/
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
{
"name": "slack-facebook-integration",
"version": "1.0.0",
"description": "This project integrates Facebook with Slack, automatically sending a message to a designated Slack channel when a new message is received in the Facebook inbox.",
"main": "index.js",
"scripts": {
"dev": "nodemon src/app.js",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anandsolucky/slack-facebook-integration.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anandsolucky/slack-facebook-integration/issues"
},
"homepage": "https://github.com/anandsolucky/slack-facebook-integration#readme",
"dependencies": {
"axios": "^1.7.5",
"body-parser": "^1.20.2",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-x-hub": "^1.0.4",
"install": "^0.13.0",
"moment-timezone": "^0.5.45",
"nodemon": "^3.1.4",
"npm": "^10.8.2"
}
}