webamp/experiments/skin-database/discord-bot/package.json
Jordan Eldredge 90b7a1e4f7 Pull discord-bot into skin-database
Also make the cli for the skin-database the canonical way to tweet

This opens the door for moving the state of which tweets have been
approved/denied/tweeted into the MongoDB database and not S3
2019-06-07 21:10:19 -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": {}
}