botlist.me.js
Version:
Official node.js API wrapper of Botlist.me
31 lines (30 loc) • 677 B
JSON
{
"name": "botlist.me.js",
"version": "1.0.3",
"description": "Official node.js API wrapper of Botlist.me",
"main": "index.js",
"author": "ForceBlood",
"license": "MIT",
"private": false,
"dependencies": {
"events": "^3.3.0",
"https": "^1.0.0",
"node-fetch": "^3.2.6",
"querystring": "^0.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForceBlood/Botlist.me.js.git"
},
"keywords": [
"discord",
"bot",
"list",
"api",
"javascript"
],
"bugs": {
"url": "https://github.com/ForceBlood/Botlist.me.js/issues"
},
"homepage": "https://docs.botlist.me"
}