{
  "name": "open-scaffold",
  "version": "0.34.0",
  "description": "Pre-1.0 repo-native work-record CLI for AI-agent handoff, evidence, and review.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphanov/open-scaffold.git"
  },
  "homepage": "https://github.com/graphanov/open-scaffold#readme",
  "bugs": {
    "url": "https://github.com/graphanov/open-scaffold/issues"
  },
  "keywords": [
    "ai-agents",
    "agentic-development",
    "repo-native",
    "work-record",
    "handoff",
    "evidence",
    "review",
    "proof-boundaries",
    "pre-1-0",
    "scaffold",
    "workflow"
  ],
  "type": "module",
  "bin": {
    "osc": "dist/cli.js",
    "osc-mcp": "dist/mcp-cli.js",
    "open-scaffold": "dist/cli.js"
  },
  "scripts": {
    "build:core": "tsc -p tsconfig.json",
    "build:runtime-omx": "tsc -p packages/runtime-omx/tsconfig.json",
    "build": "npm run build:core && npm run build:runtime-omx",
    "prepack": "npm run build",
    "test": "vitest run",
    "test:runtime-omx": "vitest run packages/runtime-omx/tests",
    "smoke:e2e": "vitest run tests/e2e/lifecycle.test.ts",
    "osc": "tsx src/cli.ts"
  },
  "files": [
    "dist",
    ".devcontainer",
    ".osc/.gitignore",
    ".osc/cockpit.example.json",
    ".osc/RULES.md",
    ".osc/plans/WORKFLOW.md",
    ".osc/plans/README.md",
    ".osc/plans/handoff-template.md",
    ".osc/plans/templates",
    ".osc/releases/README.md",
    ".osc/specs/.gitkeep",
    "examples/attempt-compare",
    "examples/hooks",
    "examples/proof",
    "examples/resume-demo",
    "docs",
    "python",
    "README.md",
    "SECURITY.md",
    "LICENSE",
    "amend.sh",
    "bootstrap.sh",
    "close.sh",
    "delegate.sh",
    "verify.sh"
  ],
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  },
  "devDependencies": {
    "@types/node": "^26.0.0",
    "tsx": "^4.19.2",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6"
  }
}
