25 lines
488 B
JSON
25 lines
488 B
JSON
{
|
|
"name": "collabd",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"test": "bun test",
|
|
"check": "biome check .",
|
|
"fix": "biome check --write ."
|
|
},
|
|
"dependencies": {
|
|
"yjs": "*",
|
|
"lib0": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "*",
|
|
"@types/bun": "*"
|
|
},
|
|
"module": "src/index.ts",
|
|
"private": true,
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|