{
  "name": "@su-record/vibe",
  "version": "4.1.5",
  "description": "An AX/FDE harness for Claude Code, Codex CLI and ChatGPT desktop. Say what you need, approve the scenarios once; the harness proves the work by running the checks itself. Memory in plain files, human tokens for irreversible actions, a ledger instead of claims.",
  "type": "module",
  "bin": {
    "vibe": "dist/cli.js"
  },
  "files": [
    "dist/",
    "skills/",
    "hooks/",
    "scripts/",
    ".claude-plugin/",
    ".codex-plugin/",
    "card.md",
    "README.md",
    "LICENSE",
    "mcpb/"
  ],
  "engines": {
    "node": ">=20.12.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/cli.js",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "vitest run",
    "check": "npm run build && npm test",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "yaml": "^2.8.1"
  },
  "devDependencies": {
    "@types/node": "^22.19.10",
    "tsx": "^4.23.5",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10"
  },
  "license": "MIT",
  "repository": "https://github.com/su-record/vibe",
  "keywords": [
    "harness",
    "ax",
    "fde",
    "forward-deployed-engineer",
    "verification",
    "claude-code",
    "codex",
    "chatgpt"
  ]
}
