discord-bot/package.json

23 lines
444 B
JSON
Raw Normal View History

2020-08-31 12:10:05 +00:00
{
"name": "rainbowbot",
"version": "1.0.0",
"description": "Randomly changes peoples discord role color.",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"keywords": [
"rainbow",
"bot",
"discord",
"role"
],
"author": "Ashleigh Carr",
"license": "MIT",
"dependencies": {
"discord.js": "^11.3.2",
"randomcolor": "^0.5.4"
}
}