crdt-server/package.json
Untone 507b5f1bc3
Some checks failed
CI/CD / test (push) Failing after 6s
CI/CD / deploy (push) Failing after 34s
integration-fix
2024-04-08 10:51:11 +03:00

22 lines
530 B
JSON

{
"name": "discours-editing-server",
"version": "1.0.4",
"description": "discours.io webrtc p2p network helping crdt-server",
"main": "index.mjs",
"type": "module",
"scripts": {
"start": "node ./index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://dev.discours.io/discours.io/crdt-server.git"
},
"author": "Discours Dev Team",
"license": "MIT",
"dependencies": {
"@authorizerdev/authorizer-js": "^2.0.0",
"@hocuspocus/server": "^2.11.2",
"@sentry/node": "^6.14.0"
}
}