{
  "name": "@dan-online/whmcs-not-node",
  "version": "1.1.7",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dan-online/whmcs-not-node.git"
  },
  "keywords": [],
  "author": "DanCodes <dan@dancodes.online>",
  "contributors": [
    {
      "name": "James Hawkins",
      "email": "james@shockbyte.com",
      "url": "https://github.com/jameshawkinss"
    },
    {
      "name": "Niek van Gogh",
      "email": "niek@shockbyte.com",
      "url": "https://github.com/niekvangogh"
    },
    {
      "name": "DanCodes",
      "email": "dan@dancodes.online",
      "url": "https://dancodes.online"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shockbyte/whmcs-node/issues"
  },
  "homepage": "https://github.com/shockbyte/whmcs-node#readme",
  "dependencies": {
    "ky": "^1.2.4"
  },
  "packageManager": "yarn@4.2.2",
  "devDependencies": {
    "tsup": "^8.0.2",
    "typescript": "^5.4.5"
  }
}