discordbotlist
Version:
Integrate with discordbotlist.com and support voting rewards and promote your bot's stats on the website.
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "discordbotlist",
"version": "1.1.1",
"description": "Integrate with discordbotlist.com and support voting rewards and promote your bot's stats on the website.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discordbots/discordbotlist.git"
},
"keywords": [
"discord",
"discord bots",
"discord bot list",
"dbl",
"webhooks",
"vote rewards"
],
"author": "nickant",
"contributors": [
{
"email": "nick@ostra.gg",
"name": "Nick",
"url": "https://github.com/NickantX"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/discordbots/discordbotlist/issues"
},
"homepage": "https://github.com/discordbots/discordbotlist#readme",
"dependencies": {
"express": "^4.18.2",
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.5.0",
"undici": "^5.22.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.5",
"discord.js": "^14.10.2",
"eris": "^0.17.2",
"typescript": "^4.9.5"
}
}