{
  "name": "qaatlas",
  "version": "1.0.0",
  "description": "AI-powered test plan generator that analyzes code diffs and produces test plans, risk assessments, and coverage maps",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SyncTek-LLC/qaatlas-dist.git"
  },
  "homepage": "https://github.com/SyncTek-LLC/qaatlas-dist",
  "bugs": {
    "url": "https://github.com/SyncTek-LLC/qaatlas-dist/issues"
  },
  "license": "MIT",
  "keywords": [
    "qaatlas",
    "testing",
    "qa",
    "test-plan",
    "test-coverage",
    "risk-assessment",
    "ai",
    "claude",
    "code-analysis",
    "diff-analysis"
  ],
  "bin": {
    "qaatlas": "./bin/qaatlas"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  }
}
