-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 906 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "wp-code-check",
"version": "2.2.9",
"description": "Fast, zero-dependency WordPress performance analyzer with MCP support",
"type": "module",
"main": "dist/bin/mcp-server.js",
"bin": {
"wp-code-check-mcp": "./dist/bin/mcp-server.js"
},
"scripts": {
"mcp": "node dist/bin/mcp-server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wordpress",
"performance",
"security",
"static-analysis",
"mcp",
"model-context-protocol",
"ai-tools"
],
"author": "Hypercart (a DBA of Neochrome, Inc.)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Hypercart-Dev-Tools/WP-Code-Check.git"
},
"homepage": "https://wpcodecheck.com",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"devDependencies": {},
"engines": {
"node": ">=18.0.0"
}
}