Lines 32-72json
34 "build": "bun scripts/build-binary.ts",
35 "check": "biome check . && bun run check:docs && bun run check:types",
36 "check:docs": "bun scripts/generate-docs-index.ts --check",
37 "check:types": "tsgo -p tsconfig.json --noEmit",
38 "lint": "biome lint .",
39 "test": "bun ../../scripts/ci-test-ts.ts coding-agent-heavy --full",
40 "fix": "biome check --write --unsafe . && bun run format-prompts",
41 "fmt": "biome format --write . && bun run format-prompts",
42 "format-prompts": "bun scripts/format-prompts.ts",
43 "gen:docs": "bun scripts/generate-docs-index.ts --generate",
44 "gen:docs:reset": "bun scripts/generate-docs-index.ts --reset",
45 "gen:tool-views": "bun --cwd=../collab-web run gen:tool-views",
46 "gen:bundle": "bun scripts/bundle-dist.ts",
47 "gen:mupdf": "bun scripts/embed-mupdf-wasm.ts --generate",
48 "gen:mupdf:reset": "bun scripts/embed-mupdf-wasm.ts --reset",
49 "gen:native": "bun --cwd=../natives run gen:native",
50 "gen:native:reset": "bun --cwd=../natives run gen:native:reset",
51 "bench:guard": "bun scripts/bench-guard.ts",
52 "postinstall": "node install.cjs"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L52 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L52 58 "lru-cache": "11.5.1",
62 "turndown-plugin-gfm": "1.0.2",
64 "winston-daily-rotate-file": "^5.0.0",
65 "linkedom": "^0.18.12",
66 "fast-xml-parser": "^5.9.0",
67 "@mozilla/readability": "^0.6.0",
68 "@babel/parser": "^7.29.7",
69 "@puppeteer/browsers": "^3.0.4",
70 "puppeteer-core": "^25.1.0",
71 "@xterm/headless": "^6.0.0",
72 "@agentclientprotocol/sdk": "0.25.0",