add package.json,
add gitignore, add express as dependency Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
commit
d6af5518de
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
**/package-lock.json
|
||||
**/node_modules
|
8
package.json
Normal file
8
package.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "proxmoxaas-api",
|
||||
"version": "0.0.1",
|
||||
"description": "REST API for ProxmoxAAS",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user