fc7fc9158c
Phase 4 of RFC #308: Stateful Sense refactor. - CLAUDE.md: updated diagram, tables, examples (no more Signal) - Cleaned stale Signal Bus / DrizzleDB / _signals / retention refs across READMEs, .cursor rules, copilot instructions, .knowledge - Removed drizzle-orm from core package.json (no longer used) - Updated pnpm-lock.yaml Refs #308
22 lines
443 B
JSON
22 lines
443 B
JSON
{
|
|
"name": "nerve",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22.5.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"build": "pnpm -r run build",
|
|
"test": "pnpm -r test",
|
|
"check": "biome check .",
|
|
"format": "biome format --write .",
|
|
"link:dev": "bash scripts/link-dev.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.0",
|
|
"@rslib/core": "^0.21.3",
|
|
"husky": "^9.1.7",
|
|
"typescript": "^5.5.0"
|
|
}
|
|
}
|