whmcs-api
Version:
Javascript based client for WHMCS API.
30 lines (29 loc) • 651 B
JSON
{
"name": "whmcs-api",
"version": "1.5.5",
"description": "Javascript based client for WHMCS API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/at0mic-jpeg/whmcs-api.git"
},
"keywords": [
"npm",
"whmcs",
"api",
"whmcsapi"
],
"author": "Om Bhende",
"license": "ISC",
"bugs": {
"url": "https://github.com/at0mic-jpeg/whmcs-api/issues"
},
"homepage": "https://github.com/at0mic-jpeg/whmcs-api#readme",
"dependencies": {
"node-fetch": "^2.6.0",
"querystring": "^0.2.0"
}
}