{
  "name": "@buger/probe-chat",
  "version": "0.5.0-rc3",
  "description": "CLI and web interface for Probe code search (formerly @buger/probe-web and @buger/probe-chat)",
  "main": "index.js",
  "type": "module",
  "bin": {
    "probe-chat": "./bin/probe-chat.js",
    "probe-web": "./bin/probe-chat.js"
  },
  "scripts": {
    "start": "node index.js",
    "web": "node index.js --web",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "chmod +x ./bin/probe-chat.js"
  },
  "keywords": [
    "probe",
    "code-search",
    "chat",
    "ai",
    "cli",
    "web"
  ],
  "author": "Leonid Bugaev",
  "license": "Apache-2.0",
  "dependencies": {
    "@ai-sdk/anthropic": "^1.2.0",
    "@ai-sdk/google": "^1.2.1",
    "@ai-sdk/openai": "^1.3.0",
    "@buger/probe": "^0.5.0-rc3",
    "ai": "^4.2.0",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "dotenv": "^16.4.7",
    "inquirer": "^9.2.12",
    "ora": "^7.0.1",
    "tiktoken": "^1.0.20",
    "zod": "^3.24.2"
  },
  "engines": {
    "node": ">=18.0.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",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin/",
    "index.js",
    "probeChat.js",
    "tokenCounter.js",
    "tokenUsageDisplay.js",
    "tools.js",
    "webServer.js",
    "auth.js",
    "probeTool.js",
    "cancelRequest.js",
    "index.html",
    "logo.png",
    "README.md",
    "LICENSE"
  ]
}
