UNPKG

@modexvpn/hcloud

Version:
57 lines (56 loc) 1.43 kB
{ "name": "@modexvpn/hcloud", "version": "1.4.2", "description": "SDK for Hetzner Cloud API", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "license": "MIT", "sideEffects": false, "author": "Taher", "repository": { "type": "git", "url": "git+https://github.com/modexvpn/hcloud-ts.git" }, "bugs": { "url": "https://github.com/modexvpn/hcloud-ts/issues" }, "homepage": "https://github.com/modexvpn/hcloud-ts#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsup", "prepare": "npm run build", "dev": "tsup --watch", "lint": "eslint . --ext .ts", "test": "vitest" }, "keywords": [ "hetzner", "hcloud", "sdk", "typescript", "cloud", "api" ], "dependencies": { "axios": "^1.8.4", "dotenv": "^16.5.0", "node-ssh": "^13.2.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/parser": "^8.29.1", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.2", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.3", "vitest": "^3.1.1" } }