{
  "name": "@urixen/ptero-connect",
  "version": "0.2.2",
  "description": "The only package you need for Pterodactyl API management.",
  "main": "index.js",
  "types": "index.d.ts",
  "files": ["index.js", "index.d.ts"],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/urixen-org/ptero-connect.git"
  },
  "authors": [
    "SAMIR <158018273+xerinv0@users.noreply.github.com>",
    "Vspcoderz <vedantpakwane90@gmail.com>"
  ],
  "keywords": [
    "Pterodactyl",
    "API",
    "undici",
    "node-js",
    "js",
    "ptero-api",
    "ptero",
    "pterodactyl-api",
    "API client"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/bun": "^1.2.20",
    "@types/ws": "^8.18.1",
    "typedoc": "^0.28.10",
    "typedoc-github-theme": "^0.3.0",
    "typedoc-plugin-include-example": "2.1.2",
    "typescript": "^5.9.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\""
  },
  "bugs": {
    "url": "https://github.com/urixen-org/ptero-connect/issues"
  },
  "homepage": "https://urixen-org.github.io/ptero-connect/",
  "peerDependencies": {
    "ws": "^8.18.3"
  },
  "peerDependenciesMeta": {
    "ws": {
      "optional": true
    }
  }
}
