-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 916 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
{
"name": "baileys-express-socketio-boilerplate",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon --config nodemon.json -r tsconfig-paths/register src/index.ts",
"format": "prettier --config .prettierrc --write 'src/**/*.{ts,html}' package.json"
},
"author": "Feri Irawan <[email protected]> (https://github.com/feri-irawan)",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^6.5.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"qrcode": "^1.5.3",
"socket.io": "^4.7.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.20",
"@types/qrcode": "^1.5.4",
"nodemon": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
}
}