2026-04-13 05:23:25 +00:00

22 lines
422 B
JSON
Executable File

{
"name": "d4a-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.13.2",
"cors": "^2.8.5",
"dotenv": "^17.2.0",
"express": "^5.1.0",
"form-data": "^4.0.4",
"node-cron": "^4.2.1",
"uuid": "^11.1.0"
}
}