We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaa741 commit bb3ecd0Copy full SHA for bb3ecd0
2 files changed
package.json
@@ -27,16 +27,23 @@
27
"devDependencies": {
28
"@types/body-parser": "^1.17.0",
29
"@types/connect-timeout": "^1.9.0",
30
+ "@types/debug": "^4.1.12",
31
"@types/express": "4.17.13",
32
"@types/jest": "^29.5.12",
33
"@types/lodash": "^4.14.121",
34
"@types/morgan": "^1.7.35",
35
"@types/node": "^16.18.46",
36
"@types/sinon": "^10.0.11",
37
"@types/supertest": "^2.0.11",
38
+ "@typescript-eslint/eslint-plugin": "^5.0.0",
39
+ "@typescript-eslint/parser": "^5.0.0",
40
+ "eslint": "^8.0.0",
41
+ "eslint-config-prettier": "^8.0.0",
42
+ "eslint-plugin-prettier": "^4.0.0",
43
"jest": "^29.7.0",
44
"nock": "^13.3.1",
45
"nyc": "^15.0.0",
46
+ "prettier": "^2.0.0",
47
"should": "^13.2.3",
48
"should-http": "^0.1.1",
49
"should-sinon": "^0.0.6",
0 commit comments