crdt-server/package.json
Untone 570189719f
Some checks failed
CI/CD / test (push) Failing after 11s
CI/CD / deploy (push) Has been skipped
mjs
2024-02-17 14:55:31 +03:00

21 lines
496 B
JSON

{
"name": "discours-editing-server",
"version": "1.0.3",
"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.0.1"
}
}