{
  "type": "module",
  "private": true,
  "name": "@oh-my-pi/terminal-bench",
  "version": "0.0.1",
  "description": "Run harbor-framework/terminal-bench-2 against the local omp build with a live progress/spend/success dashboard",
  "homepage": "https://omp.sh",
  "author": "Can Boluk",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/can1357/oh-my-pi.git",
    "directory": "packages/terminal-bench"
  },
  "bin": {
    "tb2": "src/runner.ts"
  },
  "scripts": {
    "check": "biome check . && bun run check:types",
    "check:types": "tsgo -p tsconfig.json --noEmit",
    "lint": "biome lint .",
    "start": "bun run src/runner.ts"
  },
  "devDependencies": {
    "@types/bun": "catalog:"
  },
  "engines": {
    "bun": ">=1.3.14"
  }
}
