package.jsonā¢1.55 kB
{
"name": "vulneramcp",
"version": "1.0.0",
"description": "All-in-one Bug Bounty MCP server with AI integration, Caido, PostgreSQL, Redis, and Burp Suite support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/telmonmaluleka/VulneraMCP.git"
},
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"dashboard": "node dashboard-server.js",
"lint": "eslint . --ext .ts",
"test": "jest"
},
"keywords": [
"mcp",
"bug-bounty",
"security",
"recon",
"pentesting",
"automation",
"vulnerability-scanning",
"owasp-zap",
"caido",
"burp-suite"
],
"author": "telmonmaluleka",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"express": "^4.18.2",
"body-parser": "^1.20.2",
"js-beautify": "^1.15.1",
"uglify-js": "^3.17.4",
"puppeteer": "^22.0.0",
"pg": "^8.11.3",
"redis": "^4.6.12",
"dotenv": "^16.3.1",
"commander": "^12.0.0",
"cors": "^2.8.5",
"fs-extra": "^11.2.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"typescript": "^5.5.0",
"ts-node-dev": "^2.0.0",
"@types/node": "^20.11.0",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/js-beautify": "^1.14.3",
"@types/pg": "^8.10.9",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0"
}
}