{ "name": "pulse-monorepo", "private": true, "scripts": { "lint": "bun x @biomejs/biome check packages/", "lint:fix": "bun x @biomejs/biome check --fix packages/", "test": "cd packages/pulse && bun test && cd ../pulse-hermes && bun test", "precheck": "bun run lint && bun run test", "postinstall": "node scripts/install-hooks.mjs || true" }, "devDependencies": { "@biomejs/biome": "^2.4.11" }, "workspaces": [ "packages/*" ] }