-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 943 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
{
"name": "cosmos_wabot",
"version": "0.23.0",
"description": "A whatsapp monitoring bot build on NodeJS for Cosmos-Hub Universe",
"main": "./index.js",
"scripts": {
"build": "babel src -d dist",
"start": "node index.js"
},
"author": "Salman Wahib",
"license": "MIT License",
"bugs": {
"url": "https://github.com/nodexemperor/cosmos_wabot/issues"
},
"dependencies": {
"axios": "^1.4.0",
"axios-retry": "^3.6.0",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"is-root": "^3.0.0",
"ping": "^0.4.4",
"puppeteer": "^21.1.1",
"qrcode-terminal": "^0.12.0",
"validator": "^13.9.0",
"whatsapp-web.js": "^1.23.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9"
},
"engines": {
"node": ">=18.0.0"
}
}