23 lines
444 B
JSON
23 lines
444 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"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"rainbow",
|
||
|
"bot",
|
||
|
"discord",
|
||
|
"role"
|
||
|
],
|
||
|
"author": "Ashleigh Carr",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^11.3.2",
|
||
|
"randomcolor": "^0.5.4"
|
||
|
}
|
||
|
}
|