{
  "name": "qa360",
  "version": "2.3.3",
  "description": "QA360 Proof CLI - Quality as Cryptographic Proof",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "qa360": "bin/qa360.js"
  },
  "files": [
    "dist",
    "bin",
    "README.md",
    "LICENSE",
    "examples"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.bundle.json",
    "build:pkg": "tsc",
    "build:bundle": "bash scripts/bundle-for-npm.sh",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "dev": "tsx watch src/index.ts",
    "clean": "rimraf dist src/core",
    "prepack": "node scripts/validate-package.js",
    "prepublishOnly": "npm run build:bundle && sed -i.bak 's/\"qa360-core\": \"workspace:\\*\",//g' package.json && rm -f package.json.bak",
    "postpublish": "git checkout package.json 2>/dev/null || true",
    "publish:dry": "npm run build:bundle && sed -i.bak 's/\"qa360-core\": \"workspace:\\*\",//g' package.json && npm publish --dry-run; git checkout package.json",
    "publish:real": "npm run build:bundle && npm publish --access public --provenance"
  },
  "dependencies": {
    "@playwright/test": "^1.49.0",
    "adm-zip": "^0.5.16",
    "ajv": "^8.17.1",
    "ajv-draft-04": "^1.0.0",
    "ajv-formats": "^2.1.1",
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "commander": "^11.0.0",
    "glob": "^10.4.5",
    "inquirer": "^8.2.7",
    "js-yaml": "^4.1.0",
    "ollama": "^0.5.1",
    "ora": "^5.4.1",
    "pngjs": "^7.0.0",
    "playwright": "^1.57.0",
    
    "sqlite3": "^5.1.6",
    "tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/inquirer": "^9.0.9",
    "@types/pngjs": "^6.0.5",
    "@vitest/coverage-v8": "1.6.0",
    "tsx": "^4.0.0",
    "vitest": "1.6.0"
  },
  "keywords": [
    "qa360",
    "cli",
    "testing",
    "proof"
  ],
  "author": "QA360 Core Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/xyqotech/qa360.git",
    "directory": "cli"
  },
  "homepage": "https://github.com/xyqotech/qa360",
  "bugs": {
    "url": "https://github.com/xyqotech/qa360/issues"
  }
}
