Add node-fetch dependency

This commit is contained in:
Jackson Harper
2023-10-16 20:29:03 +08:00
parent e4332b74f9
commit 51e2aaa3ea

View File

@ -15,6 +15,7 @@
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\""
},
"devDependencies": {
"@types/node-fetch": "^2.6.6",
"chai": "^4.3.6",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.0.0"