This commit is contained in:
2024-01-29 18:13:40 +01:00
commit fdc1d46652
7 changed files with 46527 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@tempfix/hetzner-openapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.10",
"openapi-typescript": "^6.7.4",
"typescript": "^5.3.3"
}
}