hetzner-openapi/package.json
2024-01-29 18:17:09 +01:00

19 lines
444 B
JSON

{
"name": "@tempfix/hetzner-openapi",
"version": "1.0.1",
"description": "",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"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"
}
}