{
  "name": "@vibecheckdev/vibecheckai",
  "version": "6.0.6",
  "description": "VibeCheck Ultimate CLI — Ship with confidence. 65+ commands merged from 4 codebases: kernel infrastructure, ISL verification, Reality Mode, Agent Firewall, MCP Server.",
  "main": "dist/v2/index.js",
  "type": "commonjs",
  "bin": {
    "vibecheck": "dist/v2/index.js",
    "vc": "dist/v2/index.js"
  },
  "files": [
    "bin/**/*",
    "dist/**/*",
    "mcp-server/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "start": "node dist/v2/index.js",
    "check-types": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:cli": "vitest run tests/cli/",
    "test:cli:help": "vitest run tests/cli/help-parity.test.ts",
    "test:cli:headers": "vitest run tests/cli/header-parity.test.ts",
    "test:cli:exit": "vitest run tests/cli/exitcodes.test.ts",
    "test:cli:json": "vitest run tests/cli/json-schema.test.ts",
    "test:cli:consistency": "vitest run tests/cli/consistency.test.ts",
    "bench:cli": "BENCH_PROFILE=standard vitest run tests/cli/benchmark.test.ts --reporter=verbose",
    "bench:cli:smoke": "BENCH_PROFILE=smoke vitest run tests/cli/benchmark.test.ts --reporter=verbose --testTimeout=30000",
    "bench:cli:full": "BENCH_PROFILE=full vitest run tests/cli/benchmark.test.ts --reporter=verbose --testTimeout=300000",
    "prepublishOnly": "pnpm run build"
  },
  "dependencies": {
    "@babel/parser": "^7.24.0",
    "@babel/traverse": "^7.24.0",
    "@babel/types": "^7.24.0",
    "@clack/prompts": "^0.7.0",
    "@inquirer/prompts": "^8.2.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "chalk": "^5.6.2",
    "chokidar": "^3.6.0",
    "ci-info": "^4.0.0",
    "commander": "^12.1.0",
    "conf": "^12.0.0",
    "consola": "^3.2.0",
    "cosmiconfig": "^9.0.0",
    "debug": "^4.3.4",
    "fast-glob": "^3.3.3",
    "figlet": "^1.7.0",
    "glob": "^10.3.0",
    "gradient-string": "^2.0.2",
    "ink": "^5.0.0",
    "ink-spinner": "^5.0.0",
    "js-yaml": "^4.1.0",
    "listr2": "^8.0.0",
    "open": "^10.1.0",
    "ora": "^8.0.1",
    "react": "^18.2.0",
    "ts-morph": "^21.0.1",
    "update-notifier": "^7.0.0",
    "uuid": "^9.0.0",
    "xxhash-wasm": "^1.0.2",
    "zod": "^3.24.0"
  },
  "optionalDependencies": {
    "@playwright/test": "^1.57.0",
    "archiver": "^6.0.0",
    "playwright": "^1.40.0"
  },
  "devDependencies": {
    "@vibecheck/core": "workspace:*",
    "@types/figlet": "^1.5.0",
    "@types/gradient-string": "^1.1.0",
    "@types/node": "^20.19.27",
    "@types/react": "^18.2.0",
    "@types/update-notifier": "^6.0.0",
    "esbuild": ">=0.25.0",
    "execa": "^8.0.0",
    "fastify": "^4.29.1",
    "memfs": "^4.0.0",
    "strip-ansi": "^7.1.0",
    "tsup": "^8.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.5.0",
    "vitest": "^1.2.0"
  },
  "keywords": [
    "vibecheck",
    "ai",
    "hallucination",
    "security",
    "cli",
    "scanning",
    "code-quality",
    "vulnerabilities",
    "secrets",
    "sbom",
    "osv",
    "cve",
    "devsecops",
    "sast",
    "supply-chain",
    "mcp",
    "ai-agents",
    "ci-cd",
    "linting",
    "static-analysis",
    "cursor",
    "copilot",
    "claude",
    "ai-guardrail"
  ],
  "license": "MIT",
  "author": "Vibecheck Team <support@vibecheckai.dev>",
  "homepage": "https://vibecheckai.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vibecheck-oss/vibecheck.git"
  },
  "bugs": {
    "url": "https://github.com/vibecheck-oss/vibecheck/issues"
  },
  "engines": {
    "node": ">=20.11"
  },
  "publishConfig": {
    "access": "public"
  }
}
