mirror of
https://github.com/tribufu/proxmox-ve-openapi
synced 2026-06-01 09:42:38 +00:00
Added a lot of mappings for the basic operations
This commit is contained in:
parent
cc84fbf6ff
commit
1635f27234
4 changed files with 744 additions and 671 deletions
15
build/package.json
Normal file
15
build/package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "build",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "generator.js",
|
||||
"dependencies": {
|
||||
"js-yaml": "^3.14.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"build": "node generator.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue