Files
wapp/package.json
2025-12-12 09:12:03 +01:00

29 lines
711 B
JSON

{
"name": "wapp",
"version": "1.0.0",
"description": "WhatsApp automation server with API and database",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"postinstall": "patch-package"
},
"dependencies": {
"dotenv": "^16.3.1",
"express": "^4.18.2",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.32.1",
"socket.io": "^4.7.2",
"sqlite3": "^5.1.6",
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js",
"swagger-ui-express": "^5.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"nodemon": "^3.0.1",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0"
}
}