-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 741 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
{
"description": "gifted-pair-code",
"main": "./index.js",
"type": "commonjs",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name gifted",
"stop": "pm2 stop gifted",
"restart": "pm2 restart gifted"
},
"author": "Gifted Tech",
"license": "GPL-3.0 license",
"dependencies": {
"awesome-phonenumber": "^2.64.0",
"@whiskeysockets/baileys": "^6.6.7",
"@hapi/boom": "*",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"axios": "*",
"node-cache": "*",
"dotenv": "*",
"path": "*",
"phone": "3.1.30",
"pino": "*",
"pm2": "^5.2.0",
"qrcode": "*"
}
}