discord-bot/package.json

27 lines
501 B
JSON

{
"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"
},
"engines": {
"node": "12.x",
"npm": "6.x"
},
"keywords": [
"rainbow",
"bot",
"discord",
"role"
],
"author": "Ashleigh Carr",
"license": "MIT",
"dependencies": {
"discord.js": "^11.3.2",
"randomcolor": "^0.5.4"
}
}