synthax-fix

This commit is contained in:
2024-04-09 20:09:35 +03:00
parent 41895fc7f7
commit 583d8e5d8e
3 changed files with 94 additions and 92 deletions

View File

@@ -3,7 +3,6 @@
"version": "1.0.4",
"description": "discours.io webrtc p2p network helping crdt-server",
"main": "index.mjs",
"type": "module",
"scripts": {
"start": "node ./index.mjs"
},
@@ -16,6 +15,6 @@
"dependencies": {
"@authorizerdev/authorizer-js": "^2.0.0",
"@hocuspocus/server": "^2.11.2",
"@sentry/node": "^6.14.0"
"@sentry/node": "^7.109.0"
}
}