-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 984 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "cc-update-all",
"version": "1.3.9",
"private": true,
"description": "Bulk-update Claude Code plugins, MCP servers, and editor extensions",
"scripts": {
"test": "node --test scripts-mcp/lib/npm-resolver.test.js scripts-mcp/lib/config-io.test.js scripts-mcp/lib/tools/cursor.test.js scripts-mcp/lib/tools/cline.test.js scripts-mcp/lib/tools/roo-code.test.js scripts-mcp/lib/registry.test.js scripts-mcp/lib/reporter.test.js scripts-mcp/lib/marketplace-resolver.test.js scripts-mcp/lib/tools/cursor-extensions.test.js scripts-mcp/lib/tools/windsurf-extensions.test.js scripts-mcp/update-mcp.test.js scripts-mcp/update-extensions.test.js",
"test:mcp": "node --test scripts-mcp/**/*.test.js",
"lint": "biome check .",
"lint:fix": "biome check --write ."
},
"engines": {
"node": ">=18.0.0"
},
"keywords": ["claude-code", "plugin", "mcp", "bulk-update"],
"license": "Apache-2.0",
"devDependencies": {
"@biomejs/biome": "^1.9.4"
}
}