package.jsonā¢1.14 kB
{
"name": "mcp-pentest",
"version": "1.0.0",
"description": "MCP Server for Automated Penetration Testing",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"cli": "tsx src/cli.ts",
"cli:build": "npm run build && node dist/cli.js",
"test": "jest",
"install-tools": "bash scripts/install-tools.sh",
"setup": "npm install && npm run build && npm run install-tools"
},
"bin": {
"mcp-pentest": "dist/cli.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"commander": "^12.0.0",
"dns": "^0.1.2",
"net": "^1.0.2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/xml2js": "^0.4.14",
"jest": "^29.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"penetration-testing",
"security",
"automation",
"reconnaissance"
],
"author": "Your Name",
"license": "MIT"
}