hetzner-openapi/package.json
2024-01-29 18:13:40 +01:00

18 lines
401 B
JSON

{
"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"
}
}