enso/app/ydoc-server/package.json
2024-11-21 10:52:20 +00:00

43 lines
919 B
JSON

{
"version": "0.1.0",
"name": "ydoc-server",
"private": true,
"type": "module",
"author": {
"name": "Enso Team",
"email": "contact@enso.org"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc",
"compile": "tsc",
"lint": "eslint . --cache --max-warnings=0"
},
"exports": {
".": {
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"dependencies": {
"debug": "^4.3.6",
"fast-diff": "^1.3.0",
"isomorphic-ws": "^5.0.0",
"lib0": "^0.2.85",
"y-protocols": "^1.0.5",
"ydoc-shared": "workspace:*",
"yjs": "^13.6.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@fast-check/vitest": "^0.0.8",
"@types/debug": "^4.1.12",
"@types/node": "^22.9.0",
"typescript": "^5.5.3",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.3.1"
}
}