5b03a331ea
add cookie-parser to requirements Signed-off-by: Arthur Lu <learthurgo@gmail.com>
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "proxmoxaas-api",
|
|
"version": "0.0.1",
|
|
"description": "REST API for ProxmoxAAS",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|