{
  "name": "@bolt-foundry/gambit",
  "version": "0.8.6",
  "description": "Agent harness framework for building, running, and verifying LLM workflows in Markdown and code.",
  "homepage": "https://github.com/bolt-foundry/gambit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bolt-foundry/gambit.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/bolt-foundry/gambit/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "scripts": {},
  "bin": {
    "gambit": "bin/gambit.cjs"
  },
  "dependencies": {
    "@bolt-foundry/gambit-core": "file:../../packages/gambit-core/dist/npm",
    "openai": "^4.78.1",
    "@deno/shim-deno": "~0.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0"
  },
  "_generatedBy": "dnt@dev"
}