{
  "name": "n8n-nodes-cpanel-whm",
  "version": "1.0.2",
  "description": "n8n community node for cPanel WHM API — covers all 622 API operations",
  "keywords": [
    "n8n-community-node-package",
    "cpanel",
    "whm",
    "hosting",
    "webhosting",
    "server-management"
  ],
  "license": "MIT",
  "homepage": "https://api.docs.cpanel.net/whm/",
  "author": {
    "name": "WHM Node Builder"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-username/n8n-nodes-cpanel-whm.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && node scripts/copy-icons.js",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials package.json",
    "lint:fix": "eslint nodes credentials package.json --fix",
    "prepublishOnly": "npm run build",
    "generate": "node scripts/generate.js && npm run build"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/WhmApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Whm/Whm.node.js"
    ]
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "eslint": "^8.56.0",
    "n8n-workflow": "*",
    "prettier": "^3.3.2",
    "typescript": "~5.5.4",
    "@n8n_io/eslint-config": "*"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
