Files
hetzner-openapi/package.json

31 lines
642 B
JSON
Raw Permalink Normal View History

2024-01-29 18:13:40 +01:00
{
"name": "@tempfix/hetzner-openapi",
2024-05-16 19:08:52 +02:00
"version": "1.0.5",
2024-01-29 18:13:40 +01:00
"description": "",
2024-01-29 18:20:24 +01:00
"main": "dist_ts/api.js",
"typings": "dist_ts/api.d.ts",
2024-01-29 18:13:40 +01: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"
2024-01-29 18:19:01 +01:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2024-01-29 18:13:40 +01:00
}