UNPKG

@oxheberg/whmcs-api

Version:

A fully featured and type-safe TypeScript client for the WHMCS API. Includes all official endpoints, modular design, helpful errors, and built with modern developer experience in mind.

63 lines 1.59 kB
{ "name": "@oxheberg/whmcs-api", "version": "1.0.0", "description": "A fully featured and type-safe TypeScript client for the WHMCS API. Includes all official endpoints, modular design, helpful errors, and built with modern developer experience in mind.", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "whmcs", "api", "typescript", "wrapper", "client", "sdk", "billing", "hosting", "automation", "whmcs-api", "whmcs-client", "nodejs", "modules", "typesafe" ], "author": "Oxheberg", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Oxheberg/whmcs-api" }, "homepage": "https://github.com/Oxheberg/whmcs-api#readme", "bugs": { "url": "https://github.com/Oxheberg/whmcs-api/issues" }, "contributors": [ { "name": "Zerga Abderrezak", "email": "zerga@oxheberg.com", "url": "https://github.com/zergaabderrezak" } ], "devDependencies": { "@biomejs/biome": "2.0.6", "@changesets/cli": "^2.29.5", "husky": "^9.1.7", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts", "dev": "tsup src/index.ts --watch", "format": "biome format", "lint": "biome lint", "check": "biome check --staged --write --no-errors-on-unmatched", "release": "pnpm build && changeset publish" } }