Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadalzarka committed Oct 27, 2022
1 parent 61faddd commit 6389013
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
},
"homepage": "https://github.com/magmooty/api#readme",
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@tsconfig/node16": "^1.0.3",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
Expand All @@ -39,26 +37,26 @@
"@types/milliseconds": "^0.0.30",
"@types/node": "^18.0.1",
"@types/string-template": "^1.0.2",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"@types/yargs": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"ts-node": "^10.8.2",
"rimraf": "^3.0.2"
},
"dependencies": {
"jest": "^29.1.2",
"jest-serial-runner": "^1.2.0",
"json-schema": "^0.4.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"superagent": "^8.0.2",
"supertest": "^6.2.4",
"ts-jest": "^29.0.3",
"ts-json-schema-generator": "^1.0.0",
"ts-node": "^10.8.2",
"tsconfig-paths": "^4.0.0",
"tsconfig-paths-jest": "^0.0.1"
},
"dependencies": {
"tsconfig-paths-jest": "^0.0.1",
"superagent": "^8.0.2",
"@faker-js/faker": "^7.5.0",
"@tsconfig/node16": "^1.0.3",
"@aws-sdk/client-dynamodb": "^3.142.0",
"@elastic/elasticsearch": "^8.2.1",
"@escapace/accept-language-parser": "^1.4.4",
Expand Down

0 comments on commit 6389013

Please sign in to comment.