{
  "name": "@agentic-qe/v3",
  "version": "3.0.0-alpha.3",
  "description": "Agentic QE v3 - Domain-Driven Design Architecture with 12 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 47 specialized QE agents",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "aqe-v3": "./dist/cli/index.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/proffesor-for-testing/agentic-qe.git",
    "directory": "v3"
  },
  "bugs": {
    "url": "https://github.com/proffesor-for-testing/agentic-qe/issues"
  },
  "homepage": "https://github.com/proffesor-for-testing/agentic-qe/tree/main/v3#readme",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./kernel": {
      "import": "./dist/kernel/index.js",
      "types": "./dist/kernel/index.d.ts"
    },
    "./shared": {
      "import": "./dist/shared/index.js",
      "types": "./dist/shared/index.d.ts"
    },
    "./cli": {
      "import": "./dist/cli/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "cli": "tsx src/cli/index.ts",
    "aqe": "tsx src/cli/index.ts",
    "mcp": "tsx src/mcp/entry.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src tests --ext .ts",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "agentic",
    "quality-engineering",
    "testing",
    "ai",
    "ddd",
    "domain-driven-design"
  ],
  "author": "Agentic QE Team",
  "license": "MIT",
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^20.10.0",
    "@types/uuid": "^10.0.0",
    "@vitest/coverage-v8": "^4.0.16",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  },
  "dependencies": {
    "@axe-core/playwright": "^4.8.0",
    "@faker-js/faker": "^10.2.0",
    "@xenova/transformers": "^2.17.2",
    "better-sqlite3": "^12.5.0",
    "chalk": "^5.6.2",
    "claude-flow": "^2.7.47",
    "commander": "^12.1.0",
    "hnswlib-node": "^3.0.0",
    "lcov-parse": "^1.0.0",
    "playwright": "^1.40.0",
    "uuid": "^9.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
