{
  "name": "vibe-validate",
  "version": "0.19.6",
  "description": "Git-aware validation orchestration for vibe coding (LLM-assisted development) - umbrella package",
  "type": "module",
  "bin": {
    "vibe-validate": "./bin/vibe-validate",
    "vv": "./bin/vv"
  },
  "files": [
    "bin",
    "dist",
    "README.md"
  ],
  "vat": {
    "version": "1.0",
    "skills": [
      "vibe-validate"
    ],
    "replaces": {
      "flatSkills": [
        "vibe-validate"
      ]
    }
  },
  "keywords": [
    "validation",
    "testing",
    "ci-cd",
    "git",
    "caching",
    "pre-commit",
    "typescript",
    "javascript",
    "ai-agent-friendly",
    "claude-code",
    "cursor",
    "aider",
    "developer-experience",
    "developer-tools",
    "automation",
    "workflow",
    "llm",
    "cli"
  ],
  "author": "Jeff Dutton",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jdutton/vibe-validate.git",
    "directory": "packages/vibe-validate"
  },
  "homepage": "https://github.com/jdutton/vibe-validate#readme",
  "bugs": {
    "url": "https://github.com/jdutton/vibe-validate/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "vibe-agent-toolkit": "^0.1.33",
    "@vibe-validate/cli": "0.19.6",
    "@vibe-validate/utils": "0.19.6"
  },
  "devDependencies": {
    "@types/node": "^20.19.26",
    "typescript": "^5.9.3",
    "vitest": "^2.1.9"
  },
  "scripts": {
    "test": "vitest run",
    "lint": "echo 'No linting needed for delegation wrappers'",
    "postinstall": "vat claude plugin install --npm-postinstall || exit 0"
  }
}