package.json•1.29 kB
{
"name": "@rupeshpanwar/security-scanner-mcp",
"version": "1.1.1",
"description": "MCP server for comprehensive security scanning of code repositories",
"keywords": [
"mcp",
"security",
"scanner",
"vulnerability",
"secrets",
"git",
"audit"
],
"author": "Rupesh Panwar",
"license": "MIT",
"type": "module",
"bin": {
"security-scanner-mcp": "dist/index.js",
"security-scan": "cli.js"
},
"files": [
"dist",
"cli.js"
],
"scripts": {
"build": "tsc && node scripts/copy-patterns.js",
"dev": "tsx src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rupeebw/security-scanner-mcp.git"
},
"bugs": {
"url": "https://github.com/Rupeebw/security-scanner-mcp/issues"
},
"homepage": "https://github.com/Rupeebw/security-scanner-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"glob": "^10.3.10",
"ignore": "^5.3.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^20.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsx": "^4.6.2",
"typescript": "^5.3.0"
}
}