Files
conversation-layer/whatsapp-router/package.json
2025-06-04 21:51:05 -06:00

20 lines
369 B
JSON

{
"name": "whatsapp-router",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"express": "^4.18.2",
"axios": "^1.5.0"
},
"devDependencies": {
"typescript": "^5.4.5",
"@types/node": "^20.11.19",
"@types/express": "^4.17.21"
}
}