This commit is contained in:
boufni95 2023-09-18 18:36:04 +02:00
parent 7784beabad
commit bfa23681e6
35 changed files with 4374 additions and 2666 deletions

View file

@ -28,6 +28,7 @@
"@protobuf-ts/grpc-transport": "^2.5.0",
"@protobuf-ts/plugin": "^2.5.0",
"@protobuf-ts/runtime": "^2.5.0",
"@stablelib/xchacha20": "^1.0.1",
"@types/express": "^4.17.13",
"@types/node": "^17.0.31",
"@types/secp256k1": "^4.0.3",
@ -54,7 +55,9 @@
"ts-proto": "^1.112.1",
"typeorm": "0.3.15",
"typescript": "^4.6.4",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"websocket": "^1.0.34",
"websocket-polyfill": "^0.0.3"
},
"devDependencies": {
"@types/chai": "^4.3.4",
@ -65,6 +68,7 @@
"@types/node": "^16.11.10",
"@types/node-fetch": "^2.6.3",
"@types/uuid": "^8.3.4",
"@types/websocket": "^1.0.6",
"nodemon": "^2.0.20",
"ts-node": "10.7.0",
"typescript": "4.5.2"