{
  "name": "check-ai",
  "version": "0.1.6",
  "description": "Audit any repo for AI-readiness. Checks agent configs, repo hygiene, grounding docs, testing, MCP integrations, and scores it all.",
  "bin": {
    "check-ai": "./bin/cli.mjs"
  },
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check ."
  },
  "type": "module",
  "files": [
    "bin",
    "src"
  ],
  "keywords": [
    "ai",
    "audit",
    "agents",
    "agents-md",
    "cursor",
    "windsurf",
    "claude",
    "copilot",
    "codex",
    "gemini",
    "mcp",
    "ai-readiness",
    "cli",
    "npx"
  ],
  "license": "MIT",
  "author": "",
  "repository": {
    "type": "git",
    "url": ""
  },
  "devDependencies": {
    "eslint": "^9.39.2",
    "prettier": "^3.8.1"
  }
}
