-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 732 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 732 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
{
"name": "trouble-shooting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "Omar Anan Abouromia",
"license": "ISC",
"dependencies": {
"@slack/web-api": "^6.9.0",
"@tactful/channels": "^0.0.36",
"api": "^6.1.1",
"axios": "^1.4.0",
"confluence": "^0.0.0",
"confluence-api": "^1.4.0",
"cors": "^2.8.5",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"googleapis": "^126.0.0",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"open": "^9.1.0",
"pg": "^8.11.3",
"slack": "^11.0.2",
"web": "^0.0.2"
}
}