8 lines
335 B
JSON
8 lines
335 B
JSON
{
|
|
"id": "package-manager",
|
|
"title": "Package Manager",
|
|
"description": "npm, pnpm, and install/update subprocesses that affect release-shaped OpenClaw runtimes and plugin dependencies.",
|
|
"commandPatterns": ["npm", "pnpm", "npm install", "pnpm install", "pnpm build"],
|
|
"processPatterns": ["npm", "pnpm", "node.*postinstall"]
|
|
}
|