add node-fetch to deps

This commit is contained in:
Scott Gould 2024-09-19 00:05:12 -04:00
parent 758bd7cc7a
commit 5cd1ed4326
No known key found for this signature in database
2 changed files with 2529 additions and 5 deletions

2527
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,10 +12,9 @@
"author": "MathMan05",
"license": "GPL-3.0",
"dependencies": {
"@types/express": "^4.17.21",
"@types/node-fetch": "^2.6.11",
"compression": "^1.7.4",
"express": "^4.19.2",
"node-fetch": "^3.3.2",
"ts-to-jsdoc": "^2.2.0"
},
"devDependencies": {
@ -25,6 +24,8 @@
"@stylistic/eslint-plugin": "^2.3.0",
"@types/compression": "^1.7.5",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/node-fetch": "^2.6.11",
"eslint": "^8.57.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-sonarjs": "^1.0.4",
@ -36,4 +37,4 @@
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
}
}
}