{
  "name": "@buger/probe",
  "version": "0.6.0-rc55",
  "description": "Node.js wrapper for the probe code search tool",
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "probe": "bin/probe"
  },
  "files": [
    "src/**/*",
    "bin/probe",
    "bin/.gitkeep",
    "scripts/postinstall.js",
    "build/mcp/**/*"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "build:mcp": "node scripts/build-mcp.cjs",
    "build": "npm run build:mcp",
    "prepack": "npm run build"
  },
  "keywords": [
    "probe",
    "code-search",
    "search",
    "ast",
    "code-analysis",
    "ai",
    "llm",
    "tools"
  ],
  "author": "buger",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.8.3",
    "fs-extra": "^11.1.1",
    "tar": "^6.2.0",
    "zod": "^3.24.2",
    "@modelcontextprotocol/sdk": "^1.17.0"
  },
  "devDependencies": {
    "typescript": "^5.9.2",
    "@types/node": "^20.17.19",
    "@types/fs-extra": "^11.0.4",
    "cross-env": "^7.0.3"
  },
  "peerDependencies": {
    "ai": "^4.1.60"
  },
  "engines": {
    "node": ">=14.16.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buger/probe.git"
  },
  "bugs": {
    "url": "https://github.com/buger/probe/issues"
  },
  "homepage": "https://github.com/buger/probe#readme"
}
