-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
39
40
41
42
43
44
45
46
47
{
"name": "wildcat",
"version": "2.0.0",
"description": "WhatsApp Integration Layer for Data Connectivity and Transfer",
"main": "index.js",
"scripts": {
"countLines": "cat ./*.js | wc -l",
"dev": "nodemon index.js",
"start": "node index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"ping": "node scripts/cli.js ping"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NotoriousArnav/wildcat.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/NotoriousArnav/wildcat/issues"
},
"homepage": "https://github.com/NotoriousArnav/wildcat#readme",
"dependencies": {
"@whiskeysockets/baileys": "^7.0.0-rc.6",
"axios": "^1.13.1",
"dotenv": "^16.6.1",
"express": "^5.1.0",
"helmet": "^7.1.0",
"link-preview-js": "^3.1.0",
"mongodb": "^6.20.0",
"multer": "^2.0.2",
"qrcode-terminal": "^0.12.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^20",
"jest": "^30.0.0",
"knip": "^5.69.0",
"nodemon": "^3.1.10"
},
"overrides": {
"glob": "^10.4.5"
}
}