38272-vm/package.json
2026-02-07 14:56:44 +00:00

21 lines
505 B
JSON

{
"name": "workspace",
"version": "1.0.0",
"description": "This workspace houses the Django application scaffold used for Python-based templates.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@whiskeysockets/baileys": "^7.0.0-rc.9",
"body-parser": "^2.2.2",
"bootstrap": "^5.3.8",
"cors": "^2.8.6",
"express": "^5.2.1",
"pino": "^10.3.0"
}
}