Files
crdt-server/package.json

21 lines
499 B
JSON
Raw Normal View History

2023-03-29 17:17:43 +02:00
{
2024-02-05 14:49:38 +03:00
"name": "discours-editing-server",
2024-02-17 14:55:31 +03:00
"version": "1.0.3",
2024-02-05 14:49:38 +03:00
"description": "discours.io webrtc p2p network helping crdt-server",
2024-02-17 14:55:31 +03:00
"main": "index.mjs",
2023-03-29 17:17:43 +02:00
"type": "module",
"scripts": {
2024-02-17 14:55:31 +03:00
"start": "node ./index.mjs"
2023-03-29 17:17:43 +02:00
},
"repository": {
"type": "git",
2024-02-05 14:49:38 +03:00
"url": "git+https://dev.discours.io/discours.io/crdt-server.git"
2023-03-29 17:17:43 +02:00
},
2023-03-31 01:19:38 +02:00
"author": "Discours Dev Team",
2023-03-29 17:17:43 +02:00
"license": "MIT",
"dependencies": {
2024-02-17 14:59:05 +03:00
"@authorizerdev/authorizer-js": "^2.0.0",
"@hocuspocus/server": "^2.11.2"
2023-03-29 17:17:43 +02:00
}
}