wa-webhook / package.json
adittPler's picture
Upload 7 files
5b44cef verified
Raw
History Blame Contribute Delete
1.49 kB
{
"name": "whatsapp-webhook-api",
"version": "1.0.0",
"main": "app.js",
"type": "module",
"engines": {
"node": ">=20.0.0",
"bun": ">=1.0.0"
},
"scripts": {
"start": "node app.js",
"start:local": "node start_local.js",
"dev": "nodemon app.js",
"test": "jest",
"build": "npm run build:css",
"build:css": "npx @tailwindcss/cli -i ./src/input.css -o ./public/css/tailwind.css",
"watch:css": "npx @tailwindcss/cli -i ./src/input.css -o ./public/css/tailwind.css --watch",
"lint": "echo 'Linting not configured yet'"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "latest",
"baileys-shard": "^0.0.7",
"bcryptjs": "^3.0.3",
"body-parser": "^1.20.3",
"buttons-warpper": "^1.2.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"csv-parser": "^3.2.0",
"dotenv": "^16.6.1",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.2",
"j": "^1.0.0",
"jimp": "^1.6.0",
"jsonwebtoken": "^9.0.3",
"mongodb-memory-server": "^11.0.1",
"mongoose": "^9.0.2",
"multer": "^1.4.5-lts.2",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.8.1",
"vcf": "^2.1.2"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.13",
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"supertest": "^6.3.4",
"tailwindcss": "^4.1.13"
}
}