Initial Fork + Updates
- New customizable storage library
This commit is contained in:
15
package.json
15
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user