This commit is contained in:
Scott Gould 2024-09-19 13:43:47 -04:00
parent db16a98a79
commit 97e1b09397
No known key found for this signature in database
3 changed files with 347 additions and 272 deletions

View file

@ -13,7 +13,11 @@
"license": "GPL-3.0",
"dependencies": {
"@html-eslint/parser": "^0.27.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"compression": "^1.7.4",
"eslint-plugin-html": "^8.1.1",
"express": "^4.19.2",
"node-fetch": "^3.3.2",
"ts-to-jsdoc": "^2.2.0"