This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docs/src/frontend/servers/y-provider/package.json
2025-06-26 12:14:34 +00:00

52 lines
1.3 KiB
JSON

{
"name": "server-y-provider",
"version": "3.3.0",
"description": "Y.js provider for docs",
"repository": "https://github.com/numerique-gouv/impress",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.build.json && tsc-alias",
"dev": "cross-env COLLABORATION_LOGGING=true && nodemon --config nodemon.json",
"start": "node ./dist/start-server.js",
"lint": "eslint . --ext .ts",
"test": "jest"
},
"engines": {
"node": ">=22"
},
"dependencies": {
"@blocknote/server-util": "0.32.0",
"@hocuspocus/server": "2.15.2",
"@sentry/node": "9.32.0",
"@sentry/profiling-node": "9.32.0",
"axios": "1.10.0",
"cors": "2.8.5",
"express": "5.1.0",
"express-ws": "5.0.2",
"uuid": "11.1.0",
"y-protocols": "1.0.6",
"yjs": "*"
},
"devDependencies": {
"@hocuspocus/provider": "2.15.2",
"@types/cors": "2.8.19",
"@types/express": "5.0.3",
"@types/express-ws": "3.0.5",
"@types/jest": "30.0.0",
"@types/node": "*",
"@types/supertest": "6.0.3",
"@types/ws": "8.18.1",
"cross-env": "7.0.3",
"eslint-config-impress": "*",
"jest": "30.0.3",
"nodemon": "3.1.10",
"supertest": "7.1.1",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"tsc-alias": "1.8.16",
"typescript": "*",
"ws": "8.18.2"
}
}