-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 756 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 756 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
34
{
"name": "alertbot",
"version": "1.0.0",
"description": "An AlertBot for colleges!",
"main": "main.js",
"scripts": {
"start": "node main.js",
"dev": "nodemon main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theSoberSobber/AlertBot.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "latest",
"@hapi/boom": "^10.0.1",
"axios": "^1.1.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"mongodb": "^4.10.0",
"npm": "^9.6.4",
"path": "^0.12.7",
"pino": "^8.6.1",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"util": "^0.12.4"
},
"devDependencies": {
"nodemon": "^2.0.22",
"yarn": "^1.22.19"
}
}