bot-cmd
Version:
Discord Bot Boilerplate
30 lines • 621 B
JSON
{
"name": "bot-cmd",
"version": "1.4.1",
"description": "Discord Bot Boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatReiner/bot-js.git"
},
"keywords": [
"discord",
"bot",
"command"
],
"author": "BlobKat#1337",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatReiner/bot-js/issues"
},
"bin": {
"bot-i": "./i.sh"
},
"homepage": "https://github.com/MatReiner/bot-js#readme",
"dependencies": {
"discord.js": "^12.5.1"
}
}