acadflow / deploy-backend /package.json
Vijayadhith7's picture
Upload 29 files
57a1132 verified
raw
history blame contribute delete
515 Bytes
{
"name": "acadflow-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@supabase/supabase-js": "^2.106.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"googleapis": "^172.0.0",
"node-cron": "^4.2.1",
"pg": "^8.21.0",
"socket.io": "^4.8.3",
"ws": "^8.18.0"
}
}