Lines 19-59json
21 "main": "dist/index.js",
23 "subagent-mcp": "dist/index.js"
28 "scripts/postinstall.mjs",
34 "check:prose": "node scripts/check-ascii-prose.mjs",
35 "check:versions": "node scripts/check_version_sync.mjs",
36 "build": "npm run check:versions && node scripts/gen-ruleset-scaffold.mjs && tsc && node scripts/copy-provider.mjs",
37 "verify:npmjs-release": "node scripts/verify_npmjs_release.mjs",
38 "start": "node dist/index.js",
39 "postinstall": "node scripts/postinstall.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L39 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L39 40 "prepare": "npm run build",
41 "prepublishOnly": "npm test",
42 "test": "npm run check:versions && npm run check:prose && node test/effort.test.mjs && node test/drivers.test.mjs && node test/platform.test.mjs && node test/wait.test.mjs && node test/status.test.mjs && node test/output.test.mjs && node test/stream.test.mjs && node test/routing.test.mjs && node test/deadlock.test.mjs && node test/handler-validation.test.mjs && node test/index-handler.test.mjs && node test/ruleset.test.mjs && node test/ruleset-exec.test.mjs && node test/ruleset-handler.test.mjs && node test/failover.test.mjs && node test/global-concurrency-cap.test.mjs && node test/update- ...
44 "author": "Lexi Blackburn",
45 "license": "Apache-2.0",
48 "url": "git+https://github.com/Heretyc/subagent-mcp.git"
50 "homepage": "https://github.com/Heretyc/subagent-mcp#readme",
52 "url": "https://github.com/Heretyc/subagent-mcp/issues"
55 "@anthropic-ai/claude-agent-sdk": "^0.3.177",
56 "@modelcontextprotocol/sdk": "^1.0.0",
Long lines were clipped for display.