whmcs-sdk
Version:
A comprehensive and easy-to-use Node SDK, designed to simplify interactions with the WHMCS API and streamline your development process.
38 lines • 935 B
JSON
{
"name": "whmcs-sdk",
"version": "0.1.4",
"description": "A comprehensive and easy-to-use Node SDK, designed to simplify interactions with the WHMCS API and streamline your development process.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"src/**/*"
],
"scripts": {
"build": "tsc",
"docs": "typedoc",
"test:getServers": "node ./test/get.test.js"
},
"homepage": "https://nodebytehosting.github.io/whmcs-sdk/",
"repository": {
"type": "git",
"url": "https://github.com/NodeByteHosting/whmcs-sdk.git"
},
"keywords": [
"whmcs",
"api",
"sdk",
"wrapper",
"nodejs"
],
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/request": "^2.48.12",
"nodemon": "^3.1.7",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
}
}