crdt-server/package.json

26 lines
642 B
JSON
Raw Normal View History

2023-03-29 15:17:43 +00:00
{
2024-02-05 11:49:38 +00:00
"name": "discours-editing-server",
2024-02-05 11:39:28 +00:00
"version": "1.0.2",
2024-02-05 11:49:38 +00:00
"description": "discours.io webrtc p2p network helping crdt-server",
2024-02-05 11:39:28 +00:00
"main": "index.ts",
2023-03-29 15:17:43 +00:00
"type": "module",
"scripts": {
2024-02-17 11:36:31 +00:00
"fix": "npx @biomejs/biome check --fix --apply-unsafe .",
2024-02-05 11:49:38 +00:00
"start": "npx tsc index.ts"
2023-03-29 15:17:43 +00:00
},
"repository": {
"type": "git",
2024-02-05 11:49:38 +00:00
"url": "git+https://dev.discours.io/discours.io/crdt-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",
"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"
2024-02-05 11:49:38 +00:00
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"typescript": "5.3.3"
2023-03-29 15:17:43 +00:00
}
}