crdt-server/package.json
Untone c1103a54e8
Some checks failed
CI/CD / test (push) Failing after 20s
CI/CD / deploy (push) Has been skipped
linted
2024-02-17 14:38:03 +03:00

26 lines
636 B
JSON

{
"name": "discours-editing-server",
"version": "1.0.2",
"description": "discours.io webrtc p2p network helping crdt-server",
"main": "index.ts",
"type": "module",
"scripts": {
"fix": "npx @biomejs/biome check --apply-unsafe .",
"start": "npx tsc index.ts"
},
"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"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"typescript": "5.3.3"
}
}