hetzner-openapi/package.json

19 lines
444 B
JSON
Raw Normal View History

2024-01-29 17:13:40 +00:00
{
"name": "@tempfix/hetzner-openapi",
2024-01-29 17:17:14 +00:00
"version": "1.0.2",
2024-01-29 17:13:40 +00:00
"description": "",
2024-01-29 17:15:59 +00:00
"main": "dist_ts/index.js",
2024-01-29 17:17:09 +00:00
"typings": "dist_ts/index.d.ts",
2024-01-29 17:13:40 +00:00
"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"
}
}