{ "name": "@colanode", "description": "Colanode monorepo", "version": "1.0.0", "private": true, "workspaces": [ "packages/*", "apps/*" ], "author": "Hakan Shehu", "repository": { "type": "git", "url": "https://github.com/colanode/colanode" }, "scripts": { "compile": "turbo run compile", "build": "turbo run build", "clean": "turbo run clean", "dev": "turbo run dev", "watch": "turbo watch build --filter=@colanode/{core,crdt,server}", "lint": "turbo run lint --parallel", "test": "turbo run test -- --watch false", "format": "prettier --write ." }, "devDependencies": { "@types/lodash-es": "^4.17.12", "prettier": "^3.3.3", "turbo": "^2.1.3", "typescript": "^5.6.3", "vitest": "^1.6.0" }, "dependencies": { "lodash-es": "^4.17.21" } }