{
  "name": "agent-gwt",
  "version": "0.2.7",
  "description": "GWT step functions for repeatable agent tests",
  "keywords": [
    "agent",
    "claude",
    "claude-code",
    "cursor",
    "gwt",
    "testing",
    "vitest",
    "vitest-gwt"
  ],
  "homepage": "https://github.com/improving/agent-gwt#readme",
  "bugs": {
    "url": "https://github.com/improving/agent-gwt/issues"
  },
  "license": "MIT",
  "author": "Eric Siebeneich <eric.siebeneich@improving.com> (https://github.com/improving)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/improving/agent-gwt.git",
    "directory": "packages/agent-gwt"
  },
  "files": [
    "lib",
    "src",
    "!**/*.spec.ts"
  ],
  "type": "module",
  "main": "./lib/index.cjs",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.mts",
        "default": "./lib/index.mjs"
      },
      "require": {
        "types": "./lib/index.d.cts",
        "default": "./lib/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "wireit": {
    "build": {
      "command": "vp pack",
      "files": [
        "src/**/*.ts",
        "tsconfig.json",
        "vite.config.ts",
        "!src/**/*.spec.ts"
      ],
      "output": [
        "lib/**"
      ],
      "dependencies": [
        "../clanker-cleanroom:build"
      ]
    },
    "lint": {
      "command": "vp lint src",
      "files": [
        "src/**/*.ts",
        "tsconfig.json",
        "vite.config.ts"
      ],
      "dependencies": [
        "../clanker-cleanroom:build"
      ]
    },
    "test": {
      "command": "vitest run",
      "files": [
        "src/**/*.ts",
        "vite.config.ts"
      ],
      "dependencies": [
        "../clanker-cleanroom:build"
      ]
    },
    "test:e2e": {
      "command": "vitest run --config e2e/vitest.e2e.config.ts",
      "files": [
        "src/**/*.ts",
        "e2e/**/*.ts"
      ],
      "dependencies": [
        "../clanker-cleanroom:build",
        "../clanker-cleanroom-cursor:build",
        "../clanker-cleanroom-claude:build",
        "build"
      ]
    },
    "test:coverage": {
      "command": "vitest run --coverage",
      "files": [
        "src/**/*.ts",
        "vite.config.ts"
      ],
      "output": [
        "coverage/**"
      ],
      "dependencies": [
        "../clanker-cleanroom:build"
      ]
    },
    "prepublishOnly": {
      "dependencies": [
        "lint",
        "test",
        "build"
      ]
    }
  },
  "dependencies": {
    "clanker-cleanroom": "0.2.7"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "@vitest/coverage-v8": "4.1.11",
    "typescript": "^7.0.2",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.3.0",
    "vite-plus": "0.3.0",
    "vitest": "4.1.11",
    "vitest-gwt": "4.1.4",
    "wireit": "^0.14.13",
    "@clanker-cleanroom/cursor": "0.2.7-build.38",
    "@clanker-cleanroom/claude": "0.2.7-build.38"
  },
  "peerDependencies": {
    "vitest": ">=4.0.0",
    "vitest-gwt": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "vitest": {
      "optional": true
    },
    "vitest-gwt": {
      "optional": true
    }
  },
  "scripts": {
    "build": "wireit",
    "test": "wireit",
    "test:e2e": "wireit",
    "lint": "wireit",
    "test:coverage": "wireit"
  }
}