18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"name": "@tempfix/hetzner-openapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist_ts/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"
|
|
}
|
|
}
|