diff --git a/package.json b/package.json index 5d63bdf..ba52817 100644 --- a/package.json +++ b/package.json @@ -28,25 +28,17 @@ ], "devDependencies": { "@jest/globals": "^29.7.0", - "@types/chai": "^4.3.4", - "@types/chai-as-promised": "^7.1.5", "@types/jest": "^29.5.12", - "@types/mocha": "^10.0.1", "@types/nock": "^11.1.0", - "@types/node": "14.0.0", "@types/sinon": "^17.0.2", - "chai": "^4.1.2", - "chai-as-promised": "^7.1.1", "jest": "^29.7.0", "js-yaml": ">=3.13.1", "lodash": ">=4.17.13", - "mocha": "^10.0.0", "nock": "^13.0.0", "prettier": "3.2.5", "prettier-plugin-organize-imports": "3.2.4", "sinon": "^17.0.1", "ts-jest": "^29.1.2", - "ts-node": "^10.9.1", "typescript": "^4.9.5" }, "license": "MIT",