{
  "name": "leak-secure-mcp",
  "version": "1.0.0",
  "description": "MCP server for Leak Secure - Enterprise GitHub security scanner detecting 35+ types of secrets",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "leak-secure-mcp": "./dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "MCP_CONFIG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "lint": "eslint src --ext .ts",
    "test": "vitest",
    "setup": "node scripts/setup.js",
    "postinstall": "node scripts/setup.js",
    "prepublishOnly": "npm run build",
    "find-path": "node scripts/find-path.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "security",
    "secret-detection",
    "github",
    "leak-secure",
    "secrets",
    "scanner",
    "api-keys",
    "credentials"
  ],
  "author": "Chris Bunting <cbuntingde@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cbuntingde/leak-secure-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/cbuntingde/leak-secure-mcp/issues"
  },
  "homepage": "https://github.com/cbuntingde/leak-secure-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "@octokit/rest": "^20.0.2",
    "dotenv": "^16.4.5",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "eslint": "^8.57.0",
    "tsx": "^4.7.1",
    "typescript": "^5.4.3",
    "vitest": "^1.3.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
