DDG, cats, refactor and more

This commit is contained in:
John Facey
2021-12-27 18:46:34 -06:00
parent d133911fe6
commit 7324a06512
6 changed files with 1303 additions and 108 deletions

View File

@@ -10,7 +10,9 @@
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"js-doc": "^0.5.0",
"jsonfile": "^6.1.0",
"parse-files": "^0.1.1",
"rss-parser": "^3.12.0"
},
"scripts": {
@@ -23,5 +25,8 @@
"local": "heroku local web"
},
"author": "John Facey",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"jsdoc": "^3.6.7"
}
}