webamp/experiments/skin-database/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

21 lines
442 B
JSON

{
"name": "skin-database",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.469.0",
"discord.js": "^11.4.2",
"express": "^4.17.1",
"md5": "^2.2.1",
"rgb-hex": "^2.1.0",
"monk": "^7.0.0",
"node-fetch": "^2.6.0",
"yargs": "^13.2.4"
},
"scripts": {
"serve": "node index.js",
"tweet": "./cli.js tweet",
"bot": "node ./discord-bot/index.js"
}
}