{
  "name": "@mdvp/cli",
  "version": "1.36.1",
  "description": "Design linter for AI-generated frontends: deterministic rendered-DOM audits, CI gates, and MCP design-quality signals",
  "bin": {
    "mdvp": "./cli.mjs"
  },
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test test/color-science.test.mjs test/thresholds.test.mjs test/scorer.test.mjs test/signals.test.mjs test/signals-command.test.mjs test/version.test.mjs test/design-spec.test.mjs test/conflicts.test.mjs test/source-label.test.mjs test/audit-flags.test.mjs test/init.test.mjs test/doctor.test.mjs test/mcp-version.test.mjs test/badge.test.mjs test/diff.test.mjs test/local-audit-timeout.test.mjs test/adoption-surface.test.mjs test/authenticated-docs.test.mjs test/benchmark-evidence.test.mjs test/crawler-fast-path.test.mjs test/crawler-auth.test.mjs test/config-permissions.test.mjs test/static-analyzer.test.mjs",
    "test:e2e": "node --test test/crawler-exact-e2e.test.mjs",
    "release:patch": "node scripts/release-version.mjs patch",
    "release:minor": "node scripts/release-version.mjs minor",
    "release:major": "node scripts/release-version.mjs major"
  },
  "files": [
    "cli.mjs",
    "mcp.mjs",
    "commands/",
    "engine/",
    "lib/",
    "docs/",
    "containers/",
    "native/mdvp-static/Cargo.lock",
    "native/mdvp-static/Cargo.toml",
    "native/mdvp-static/src/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "SECURITY.md",
    "flake.nix",
    "flake.lock"
  ],
  "keywords": [
    "design-linter",
    "frontend-quality",
    "ai-ui",
    "vibe-code",
    "visual-regression",
    "github-action",
    "mcp",
    "design-system",
    "design-tokens",
    "accessibility",
    "apca",
    "oklab",
    "css",
    "design",
    "audit",
    "cli",
    "ux",
    "mdvp",
    "machine-design"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tixo-Digital/mdvp-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Tixo-Digital/mdvp-cli/issues"
  },
  "homepage": "https://mdvp.dev",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  }
}
