Lines 22-62json
22 "test:watch": "vitest",
23 "test:coverage": "vitest run --coverage",
24 "test:pty": "vitest run --reporter=verbose .pty.test.ts",
25 "test:pty:ci": "sh -c 'mkdir -p artifacts && vitest run --reporter=json --outputFile=artifacts/pty-results.json .pty.test.ts'",
26 "docs:check": "tsx src/tools/docs/check-concepts-sidebar.ts",
27 "schema:gen": "tsx src/tools/schema/generate-json-schema.ts",
28 "schema:check": "tsx src/tools/schema/generate-json-schema.ts --check",
29 "typecheck": "tsc --noEmit",
31 "lint:fix": "eslint . --fix",
32 "docs:install": "pnpm -C docs-site install",
33 "docs:dev": "pnpm -C docs-site dev",
34 "docs:build": "pnpm -C docs-site build",
35 "docs:preview": "pnpm -C docs-site preview",
36 "docs:lint": "node scripts/docs-link-consistency.mjs",
37 "docs:doctor": "node scripts/docs-doctor.mjs",
38 "qa": "pnpm typecheck && pnpm lint && pnpm schema:check && pnpm docs:lint && pnpm docs:doctor && pnpm build && pnpm test",
39 "verify:pack": "node scripts/verify-pack.mjs",
41 "knip:prod": "knip --production",
42 "postinstall": "chmod +x node_modules/.pnpm/node-pty@*/node_modules/node-pty/prebuilds/darwin-*/spawn-helper 2>/dev/null || true"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L42 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L42 52 "author": "Alice Alexandra Moore",
56 "commander": "^12.1.0",
57 "gray-matter": "^4.0.3",
60 "minimatch": "^10.1.2",
62 "slice-ansi": "^7.1.2",