{ "name": "@tempfix/hetzner-openapi", "version": "1.0.1", "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" } }