forked from SquadcastHub/Squadcast-Webhook-Connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 827 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
34
35
36
37
38
{
"name": "squadcast-middleware",
"version": "1.0.0",
"description": "Squadcast middleware for Event Hooks",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "squadcast-middleware"
},
"keywords": [
"squadcast",
"slack",
"trello",
"email",
"telegram",
"clickup"
],
"author": "Akash Singh",
"license": "ISC",
"dependencies": {
"@linear/sdk": "^1.22.0",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"form-data": "^4.0.0",
"node-telegram-bot-api": "^0.54.0",
"nodemailer": "^6.7.1",
"nodemon": "^2.0.15",
"properties-reader": "^2.2.0",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"zulip-js": "^2.0.9"
}
}