31ce8ae582
remove unused imports in main.js, add function prototypes to db.js
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"name": "proxmoxaas-api",
|
|
"version": "0.0.1",
|
|
"description": "REST API for ProxmoxAAS",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"axios": "^1.3.2",
|
|
"body-parser": "^1.20.1",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"helmet": "^6.0.1",
|
|
"morgan": "^1.10.0"
|
|
}
|
|
}
|