Lines 18-58json
21 "main": "dist/index.js",
23 "subagent-mcp": "dist/index.js"
28 "scripts/postinstall.mjs",
34 "check:versions": "node scripts/check_version_sync.mjs",
35 "build": "npm run check:versions && node scripts/gen-ruleset-scaffold.mjs && tsc && node scripts/copy-provider.mjs",
36 "verify:npmjs-release": "node scripts/verify_npmjs_release.mjs",
37 "start": "node dist/index.js",
38 "postinstall": "node scripts/postinstall.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L38 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L38 39 "prepare": "npm run build",
40 "prepublishOnly": "npm test",
41 "test": "npm run check:versions && 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/zombie.test.mjs && node test/o ...
43 "author": "Lexi Blackburn",
44 "license": "Apache-2.0",
47 "url": "git+https://github.com/Heretyc/subagent-mcp.git"
49 "homepage": "https://github.com/Heretyc/subagent-mcp#readme",
51 "url": "https://github.com/Heretyc/subagent-mcp/issues"
54 "@anthropic-ai/claude-agent-sdk": "^0.3.177",
55 "@modelcontextprotocol/sdk": "^1.0.0",
Long lines were clipped for display.