17
package.json
17
package.json
@@ -1,24 +1,25 @@
|
||||
{
|
||||
"name": "discours-hocuspocus",
|
||||
"name": "discours-editing-server",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"description": "discours.io webrtc p2p network helping crdt-server",
|
||||
"main": "index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node index.ts"
|
||||
"lint": "npx @biomejs/biome check --apply-unsafe .",
|
||||
"start": "npx tsc index.ts"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://dev.discours.io/discours.io/editing-server.git"
|
||||
"url": "git+https://dev.discours.io/discours.io/crdt-server.git"
|
||||
},
|
||||
"author": "Discours Dev Team",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/discoursio/hocuspocus/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/discoursio/hocuspocus#readme",
|
||||
"dependencies": {
|
||||
"@authorizerdev/authorizer-js": "2.0.0",
|
||||
"@hocuspocus/server": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.5.3",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user