{
  "name": "vellum-hf",
  "version": "0.10.5",
  "description": "A visual feedback interface for AI-edited video — pin time-coded notes your coding agent can read.",
  "type": "module",
  "bin": {
    "vellum": "scripts/vellum-server.mjs",
    "vellum-review": "scripts/vellum-review.mjs"
  },
  "scripts": {
    "vellum": "node scripts/vellum-server.mjs",
    "vellum:review": "node scripts/vellum-review.mjs",
    "annotate": "node scripts/vellum-server.mjs",
    "review": "node scripts/vellum-review.mjs",
    "version": "node scripts/sync-version.mjs && git add scripts/vellum-shared.mjs",
    "test": "node scripts/vellum-smoke-test.mjs",
    "typecheck": "tsc -p jsconfig.json"
  },
  "keywords": [
    "hyperframes",
    "video",
    "annotation",
    "review",
    "agent",
    "ai",
    "feedback"
  ],
  "files": [
    "scripts/",
    ".github/workflows/test.yml",
    "skills/",
    "assets/",
    "docs/",
    "examples/",
    "registry.json",
    "install.sh",
    "README.md",
    "CHANGELOG.md"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jakeat11labs/vellum.git"
  },
  "homepage": "https://github.com/jakeat11labs/vellum#readme",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "hyperframes": "^0.7.76"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "typescript": "^5.7.3"
  }
}
