Skip to content

Commit

Permalink
Update deps & misc
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Oct 19, 2023
1 parent aa93383 commit fcd22f8
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 102 deletions.
183 changes: 97 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "start.js",
"dependencies": {
"@seald-io/nedb": "^4.0.2",
"@types/tail": "^2.2.1",
"@types/tail": "^2.2.2",
"download": "^8.0.0",
"htmlparser2": "^9.0.0",
"https": "^1.0.0",
Expand All @@ -21,6 +21,7 @@
},
"scripts": {
"start": "node start.js",
"dev": "npm run types ; node scripts/generateFileStructure.js && node start",
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -r src/. -d types"
},
"author": "3urobeat",
Expand Down
Loading

0 comments on commit fcd22f8

Please sign in to comment.