{
  "name": "driftdetect",
  "version": "0.9.48",
  "description": "Codebase pattern detection for AI agents - scans your code, learns conventions, feeds context to Claude/Cursor/Copilot via MCP. Static analysis for TypeScript, Python, C#, Java, PHP.",
  "license": "Apache-2.0",
  "author": "Geoffrey Fernald",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dadbodgeoff/drift.git"
  },
  "homepage": "https://github.com/dadbodgeoff/drift#readme",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai-agent",
    "claude",
    "cursor",
    "copilot",
    "codebase-analysis",
    "pattern-detection",
    "static-analysis",
    "code-quality",
    "architecture",
    "linting",
    "typescript",
    "python",
    "csharp",
    "java",
    "php",
    "call-graph",
    "security-analysis",
    "code-conventions"
  ],
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "drift": "dist/bin/drift.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "dev": "tsc --watch",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.0.0",
    "chalk": "^5.3.0",
    "cli-progress": "^3.12.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "driftdetect-core": "0.9.47",
    "driftdetect-cortex": "0.9.47",
    "driftdetect-dashboard": "0.9.47",
    "driftdetect-detectors": "0.9.47",
    "ora": "^8.1.0",
    "piscina": "^5.1.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.6",
    "@types/node": "^20.10.0",
    "@vitest/coverage-v8": "^1.0.0",
    "fast-check": "^3.15.0",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  }
}
