webamp/experiments/discord-bot/package.json
2019-03-27 23:56:31 -07:00

17 lines
313 B
JSON

{
"name": "discord-bot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.429.0",
"discord.js": "^11.4.2",
"md5": "^2.2.1",
"node-fetch": "^2.3.0",
"rgb-hex": "^2.1.0"
},
"scripts": {
"start": "node index.js"
},
"prettier": {}
}