mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
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
17 lines
313 B
JSON
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": {}
|
|
}
|