Lines 6-46json
6 "main": "./dist/server.js",
7 "types": "./dist/proxy/server.d.ts",
9 "meridian": "./dist/cli.js",
10 "claude-max-proxy": "./dist/cli.js"
14 "types": "./dist/proxy/server.d.ts",
15 "default": "./dist/server.js"
22 "start": "./bin/claude-proxy-supervisor.sh",
23 "proxy": "./bin/claude-proxy-supervisor.sh",
24 "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && bun build bin/cli.ts src/proxy/server.ts --outdir dist --target node --splitting --external @anthropic-ai/claude-agent-sdk --external jsonc-parser --entry-naming \"[name].js\" && tsc -p tsconfig.build.json",
25 "postbuild": "node scripts/fix-bun-exports.mjs && node --check dist/cli.js && node --check dist/server.js && node -e \"if(!require('fs').existsSync('dist/proxy/server.d.ts'))process.exit(1)\"",
26 "postinstall": "node ./node_modules/@anthropic-ai/claude-code/install.cjs 2>/dev/null || true",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L26 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L26 27 "prepublishOnly": "bun run build",
28 "test": "bun test --path-ignore-patterns '**/*session-store*' --path-ignore-patterns '**/*proxy-async-ops*' --path-ignore-patterns '**/*models-auth-status*' --path-ignore-patterns '**/*proxy-context-usage-store*' --path-ignore-patterns '**/*proxy-passthrough-thinking*' --path-ignore-patterns '**/*proxy-thinking-setting*' --path-ignore-patterns '**/*session-recovery*' --path-ignore-patterns '**/*models.test*' && bun test src/__tests__/proxy-async-ops.test.ts && bun test src/__tests__/proxy-session-store.test.ts && bun test src/__tests__/session-store-pruning.test.ts && bun test src/__tests_ ...
29 "nix:lock": "bun2nix -o bun.nix",
30 "typecheck": "tsc --noEmit",
31 "proxy:direct": "bun run ./bin/cli.ts"
34 "@anthropic-ai/claude-agent-sdk": "^0.2.117",
35 "@anthropic-ai/claude-code": "^2.1.198",
36 "jsonc-parser": "^3.3.1",
40 "@hono/node-server": "^1.19.11",
41 "@types/bun": "^1.3.11",
42 "@types/node": "^22.0.0",
46 "typescript": "^5.8.2"
Long lines were clipped for display.