25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"name": "collabd",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "bunx biome check --write .",
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"test": "bun test",
|
|
"typecheck": "bunx tsc"
|
|
},
|
|
"dependencies": {
|
|
"lib0": "^0.2.117",
|
|
"yjs": "^13.6.29"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.13",
|
|
"@types/bun": "^1.3.6"
|
|
},
|
|
"module": "src/index.ts",
|
|
"private": true,
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|