dthings-api
Version:
Get information users and bots from discordthings.com
28 lines (27 loc) • 641 B
JSON
{
"name": "dthings-api",
"version": "1.2.6",
"description": "Get information users and bots from discordthings.com",
"main": "src/index.js",
"author": "Surui",
"homepage": "https://github.com/SuruiDC/dthings-api#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Dthings",
"BotList",
"Discord",
"Bots"
],
"bugs": {
"url": "https://github.com/SuruiDC/dthings-api/issues"
},
"license": "Apache License 2.0",
"dependencies": {
"cheerio": "^1.0.0-rc.9",
"node-fetch": "^2.6.1",
"request": "^2.88.2",
"request-promise": "^4.2.6"
}
}