Lines 87-127json
87 "typescript": "^5.0.0"
90 "prepare": "node .husky/install.mjs",
91 "lint": "bunx --bun @biomejs/biome@2.2.5 check src",
92 "fix": "bunx --bun @biomejs/biome@2.2.5 check --write src",
93 "typecheck": "tsc --noEmit",
94 "check:cycles": "madge --circular --extensions ts,tsx src/",
95 "check:boundaries": "node scripts/check-layer-boundaries.js",
96 "check:exported-functions": "node scripts/check-exported-functions.js",
97 "check:filename-casing": "node scripts/check-filename-casing.js",
98 "check:test-mock-isolation": "bun run scripts/check-test-mock-isolation.js",
99 "check:test-coverage": "node scripts/check-test-coverage.cjs",
100 "check:bundled-skill-scripts": "node scripts/check-bundled-skill-scripts.js",
101 "check": "bun run scripts/check.js",
102 "dev": "node scripts/dev.cjs",
103 "build": "node scripts/postinstall-patches.js && bun run build.js",
104 "test:update-chain:manual": "bun run src/test-utils/update-chain-smoke.ts --mode manual",
105 "test:update-chain:startup": "bun run src/test-utils/update-chain-smoke.ts --mode startup",
106 "prepublishOnly": "bun run build",
107 "postinstall": "node scripts/postinstall-patches.js || echo letta: vendor patches skipped && node -e \"try{require('fs').chmodSync(require('path').join(require.resolve('node-pty/package.json'),'../prebuilds/darwin-arm64/spawn-helper'),0o755)}catch(e){}\" || true",
CriticalRed Install Lifecycle Script
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkg · L107 HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L107 108 "mod-learning:memory-citations": "bun scripts/mod-learning/learn-mod.ts --env docs/examples/mods/learning/memory-citations.env.json"
111 "*.{ts,tsx,js,jsx,json}": [
112 "bunx --bun @biomejs/biome@2.2.5 check --write"
118 "./dist/types/agent-presets.d.ts"
120 "app-server-protocol": [
121 "./dist/types/app-server-protocol.d.ts"
123 "app-server-client": [
124 "./dist/types/app-server-client.d.ts"
127 "./dist/types/protocol.d.ts"