{
  "name": "proxmox-api",
  "version": "1.1.1",
  "description": "Cutting edge javascript / Typescript / ESM / CJS Proxmox API",
  "keywords": [
    "proxmox",
    "client",
    "typing",
    "api",
    "typescript",
    "async",
    "promise"
  ],
  "author": "Uriel Chemouni <uchemouni@gmail.com> (https://uriel.ovh/)",
  "homepage": "https://urielch.github.io/proxmox-api/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UrielCh/proxmox-api.git"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/UrielCh/proxmox-api/issues"
  },
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "typings": "./esm/index.d.ts",
  "exports": {
    ".": {
      "require": "./cjs/index.js",
      "import": "./esm/index.js",
      "types": "./esm/index.d.ts"
    }
  },
  "scripts": {
    "clean": "rimraf esm/*.js esm/*.ts cjs/*.js",
    "prepack": "npm run build",
    "docs": "typedoc --entryPointStrategy expand",
    "build": "tsc --pretty --project . && tsc --pretty --project tsconfig-cjs.json",
    "test": "tsx src/main.test.ts",
    "prepare": "npm run clean && npm run build"
  },
  "funding": "https://github.com/sponsors/urielch",
  "contributors": [],
  "engine-strict": {
    "node": ">=18"
  },
  "dependencies": {
    "undici": "^6.19.8"
  },
  "devDependencies": {
    "@types/node": "^22.5.4",
    "rimraf": "^6.0.1",
    "tsx": "^4.19.0",
    "typedoc": "^0.26.7",
    "typedoc-plugin-rename-defaults": "^0.7.1",
    "typescript": "^5.6.2"
  },
  "files": [
    "esm",
    "cjs",
    "src"
  ]
}
