discord-bot/package.json

27 lines
501 B
JSON
Raw Permalink 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"
},
2020-08-31 12:15:36 +00:00
"engines": {
2020-08-31 12:17:11 +00:00
"node": "12.x",
"npm": "6.x"
2020-08-31 12:15:36 +00:00
},
2020-08-31 12:10:05 +00:00
"keywords": [
"rainbow",
"bot",
"discord",
"role"
],
"author": "Ashleigh Carr",
"license": "MIT",
2021-02-16 17:56:52 +00:00
"dependencies": {
2020-08-31 12:10:05 +00:00
"discord.js": "^11.3.2",
"randomcolor": "^0.5.4"
}
}