{
  "name": "a14y",
  "version": "0.4.36",
  "description": "Agent readability scorer. Audits any website against the versioned a14y scorecard — scores how discoverable, parseable, and comprehensible your site is to AI agents.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timothyjordan/a14y.git",
    "directory": "packages/apps/cli"
  },
  "homepage": "https://a14y.dev",
  "main": "./dist/index.js",
  "bin": {
    "a14y": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prebuild": "node ../../../scripts/inject-telemetry-config.mjs cli",
    "pretest": "node ../../../scripts/inject-telemetry-config.mjs cli",
    "start": "node dist/index.js",
    "test": "vitest run",
    "prepack": "node ../../../scripts/inject-telemetry-config.mjs cli && node ../../../scripts/build-readmes.mjs"
  },
  "dependencies": {
    "@a14y/core": "0.3.36",
    "@a14y/telemetry": "0.1.33",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "ora": "^5.4.1",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/prompts": "^2.4.9",
    "typescript": "^5.3.3",
    "vitest": "^1.6.1"
  }
}
