5a63b26620
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"name": "proxmoxaas-api",
|
|
"version": "0.0.1",
|
|
"description": "REST API for ProxmoxAAS",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"helmet": "^6.0.1",
|
|
"morgan": "^1.10.0"
|
|
}
|
|
}
|