crdt-server/package.json

25 lines
584 B
JSON
Raw Normal View History

2023-03-29 15:17:43 +00:00
{
"name": "discours-hocuspocus",
2024-02-05 11:39:28 +00:00
"version": "1.0.2",
2023-03-29 15:17:43 +00:00
"description": "",
2024-02-05 11:39:28 +00:00
"main": "index.ts",
2023-03-29 15:17:43 +00:00
"type": "module",
"scripts": {
2024-02-05 11:39:28 +00:00
"start": "node index.ts"
2023-03-29 15:17:43 +00:00
},
"repository": {
"type": "git",
2024-02-05 11:39:28 +00:00
"url": "git+https://dev.discours.io/discours.io/editing-server.git"
2023-03-29 15:17:43 +00:00
},
2023-03-30 23:19:38 +00:00
"author": "Discours Dev Team",
2023-03-29 15:17:43 +00:00
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/discoursio/hocuspocus/issues"
},
"homepage": "https://gitlab.com/discoursio/hocuspocus#readme",
"dependencies": {
2024-02-05 11:39:28 +00:00
"@authorizerdev/authorizer-js": "2.0.0",
2023-03-30 23:19:38 +00:00
"@hocuspocus/server": "2.0.1"
2023-03-29 15:17:43 +00:00
}
}