{
  "name": "@sourcegraph/cody-shared",
  "version": "0.0.10",
  "description": "Cody shared library",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/sourcegraph/cody",
    "directory": "lib/shared"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "!**/*.test.*"
  ],
  "sideEffects": false,
  "dependencies": {
    "@anthropic-ai/sdk": "^0.20.8",
    "@microsoft/fetch-event-source": "^2.0.1",
    "@opentelemetry/api": "^1.7.0",
    "@sourcegraph/telemetry": "^0.16.0",
    "crypto-js": "^4.2.0",
    "date-fns": "^2.30.0",
    "dedent": "^0.7.0",
    "diff": "^5.2.0",
    "fast-xml-parser": "^4.3.2",
    "isomorphic-fetch": "^3.0.0",
    "js-tiktoken": "^1.0.10",
    "lexical": "^0.16.0",
    "lodash": "^4.17.21",
    "lru-cache": "^10.0.0",
    "mac-ca": "^2.0.3",
    "ollama": "^0.5.1",
    "re2js": "^0.4.1",
    "semver": "^7.5.4",
    "vscode-uri": "^3.0.7",
    "win-ca": "^3.5.1"
  },
  "devDependencies": {
    "@sourcegraph/cody-context-filters-test-dataset": "^1.0.0",
    "@types/crypto-js": "^4.2.2",
    "@types/dedent": "^0.7.0",
    "@types/diff": "^5.0.9",
    "@types/isomorphic-fetch": "^0.0.39",
    "@types/lodash": "^4.14.195",
    "@types/node-fetch": "^2.6.4",
    "@types/semver": "^7.5.0",
    "@types/vscode": "^1.80.0"
  },
  "scripts": {
    "build": "tsc --build",
    "test": "vitest"
  }
}