reorg package.json

This commit is contained in:
Claus-Peter Huebner 2023-10-24 01:18:42 +02:00
parent 33265fe006
commit 650811b0a0

View File

@ -16,6 +16,8 @@
"lint": "eslint --max-warnings=0 --ext .js,.ts ."
},
"dependencies": {
"@types/sodium-native": "^2.3.7",
"@types/uuid": "8.3.4",
"apollo-server-express": "^2.25.2",
"await-semaphore": "0.1.3",
"class-validator": "^0.13.2",
@ -38,8 +40,6 @@
"@types/jest": "27.0.2",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "^16.10.3",
"@types/sodium-native": "^2.3.7",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"apollo-server-testing": "2.25.2",