This commit is contained in:
Philipp Kunz 2024-01-29 18:20:24 +01:00
parent 151f66f446
commit a837ed106e

View File

@ -2,8 +2,8 @@
"name": "@tempfix/hetzner-openapi", "name": "@tempfix/hetzner-openapi",
"version": "1.0.3", "version": "1.0.3",
"description": "", "description": "",
"main": "dist_ts/index.js", "main": "dist_ts/api.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/api.d.ts",
"scripts": { "scripts": {
"create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc" "create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc"
}, },