{
  "name": "@ahtmljs/cli",
  "version": "1.1.0",
  "description": "AHTML auditor CLI — npx @ahtmljs/cli doctor <url> walks the AHTML discovery chain (.well-known + /ahtml + /llms.txt + /ahtml/mcp.json + /ahtml/openapi.json) on a live site and reports what's well-formed, what's missing, and what AI clients can already consume.",
  "type": "module",
  "main": "./dist/cli.js",
  "bin": {
    "ahtml": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/cli.js",
    "dev": "tsc -p tsconfig.json --watch",
    "test": "tsx --test src/__tests__/*.test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DibbayajyotiRoy/AHTML.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/DibbayajyotiRoy/AHTML#readme",
  "bugs": {
    "url": "https://github.com/DibbayajyotiRoy/AHTML/issues",
    "email": "rdibbayajyoti@gmail.com"
  },
  "author": {
    "name": "Dibbayajyoti Roy",
    "email": "rdibbayajyoti@gmail.com",
    "url": "https://github.com/DibbayajyotiRoy"
  },
  "keywords": [
    "ahtml",
    "cli",
    "doctor",
    "mcp",
    "audit",
    "lint",
    "well-known",
    "llms-txt",
    "openapi",
    "json-ld",
    "agent-web",
    "ai",
    "diagnostic"
  ],
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "dependencies": {
    "@ahtmljs/schema": "1.1.0",
    "@ahtmljs/agent": "1.1.0",
    "@ahtmljs/extract": "0.1.0"
  },
  "exports": {
    ".": {
      "import": {
        "default": "./dist/cli.js"
      }
    },
    "./score": {
      "import": {
        "types": "./dist/commands/score.d.ts",
        "default": "./dist/commands/score.js"
      }
    },
    "./init": {
      "import": {
        "types": "./dist/commands/init.d.ts",
        "default": "./dist/commands/init.js"
      }
    },
    "./dist/*": "./dist/*"
  }
}
