Initial Fork + Updates

- New customizable storage library
This commit is contained in:
Logan Cusano
2023-02-19 20:22:18 -05:00
parent e52dad8451
commit 18b960231d
16 changed files with 16878 additions and 2444 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "link-flayer",
"version": "1.0.4",
"name": "Emmelia",
"version": "1.0.0",
"description": "Discord RSS News Bot",
"main": "index.js",
"dependencies": {
@@ -19,17 +19,12 @@
"mathjs": "^10.6.4",
"openai": "^3.1.0",
"parse-files": "^0.1.1",
"rss-parser": "^3.12.0"
"rss-parser": "^3.12.0",
"mysql": "2.18.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"push": "git push heroku main",
"restart": "heroku dyno:restart",
"stop": "heroku ps:scale web=0",
"one": "heroku ps:scale web=1",
"tail": "heroku logs --tail",
"local": "heroku local web"
"start": "node index.js"
},
"author": "John Facey",
"license": "ISC",