Lines 81-110json
81 "typescript": "^5.0.0"
84 "prepare": "node .husky/install.mjs",
85 "lint": "bunx --bun @biomejs/biome@2.2.5 check src",
86 "fix": "bunx --bun @biomejs/biome@2.2.5 check --write src",
87 "typecheck": "tsc --noEmit",
88 "check:cycles": "madge --circular --extensions ts,tsx src/",
89 "check:boundaries": "node scripts/check-layer-boundaries.js",
90 "check:exported-functions": "node scripts/check-exported-functions.js",
91 "check:filename-casing": "node scripts/check-filename-casing.js",
92 "check:test-mock-isolation": "bun run scripts/check-test-mock-isolation.js",
93 "check:test-coverage": "node scripts/check-test-coverage.cjs",
94 "check:bundled-skill-scripts": "node scripts/check-bundled-skill-scripts.js",
95 "check": "bun run scripts/check.js",
96 "dev": "node scripts/dev.cjs",
97 "build": "node scripts/postinstall-patches.js && bun run build.js",
98 "test:update-chain:manual": "bun run src/test-utils/update-chain-smoke.ts --mode manual",
99 "test:update-chain:startup": "bun run src/test-utils/update-chain-smoke.ts --mode startup",
100 "prepublishOnly": "bun run build",
101 "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 · L101 HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L101 102 "mod-learning:memory-citations": "bun scripts/mod-learning/learn-mod.ts --env docs/examples/mods/learning/memory-citations.env.json"
105 "*.{ts,tsx,js,jsx,json}": [
106 "bunx --bun @biomejs/biome@2.2.5 check --write"