21 lines
511 B
JSON
21 lines
511 B
JSON
{
|
|
"name": "discours-editing-server",
|
|
"version": "1.0.4",
|
|
"description": "discours.io webrtc p2p network helping crdt-server",
|
|
"main": "index.mjs",
|
|
"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": "^7.109.0"
|
|
}
|
|
}
|