-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "inrl-bot",
"version": "1.0.0",
"description": "deployable react ap",
"main": "server/index.js",
"scripts": {
"start": "node server/index",
"server": "nodemon server/index",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"prebuild": "npm install",
"build": "cd client && npm install && npm run build"
},
"keywords": [],
"author": "I-N-R-L",
"license": "MIT",
"dependencies": {
"@octokit/core": "^4.2.0",
"@whiskeysockets/baileys": "^6.7.7",
"axios": "1.6.8",
"cors": "^2.8.5",
"express": "^4.18.1",
"fs-extra": "^11.1.1",
"ipinfo": "^1.5.1",
"path": "^0.12.7",
"pino": "^9.3.2",
"socket.io": "^4.7.5"
}
}