{ "name": "linkedin-brain", "version": "0.1.0", "type": "module", "description": "Second-brain foundation (SB-S0) — the brain/ scaffold initialiser, the two-layer profile.md line-grammar (parse/serialize round-trip), the lossless+idempotent user-profile fold, and the canonical entity-id + provenance module. Deterministic, pure-where-it-matters, TDD. No loop, no ingest logic, no connector (later slices).", "scripts": { "build": "tsc", "test": "node --import tsx --test tests/*.test.ts", "start": "node --import tsx src/cli.ts" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }