{
  "name": "@nanobpm/urban-testkit",
  "version": "1.4.1",
  "description": "Generic, in-CI e2e test kit for Urban apps: a WASM-backed EngineClient adapter and a reusable engine contract suite. Install as a devDependency of your Urban app — the WASM engine never lands in production installs of @nanobpm/urban.",
  "license": "Apache-2.0",
  "type": "module",
  "keywords": [
    "nanobpm",
    "urban",
    "testing",
    "e2e",
    "wasm",
    "bpmn"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nanobpm/nano-ide.git",
    "directory": "packages/urban-testkit"
  },
  "engines": {
    "node": ">=22.6"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./source": "./src/index.ts",
    "./ai": {
      "types": "./dist/ai/index.d.ts",
      "default": "./dist/ai/index.js"
    },
    "./source/ai": "./src/ai/index.ts"
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "node --test --experimental-strip-types \"src/**/*.test.ts\"",
    "test:deno": "deno test -A --no-check src/"
  },
  "dependencies": {
    "@nanobpm/ai-assert": "^0.1.0",
    "@nanobpm/engine-testkit": "^0.1.2",
    "@nanobpm/engine-wasm": "^0.9.1",
    "yaml": "^2.9.0"
  },
  "peerDependencies": {
    "@nanobpm/urban": ">=0.93.0",
    "@xenova/transformers": "^2.17.2",
    "openai": "^4.67.3"
  },
  "peerDependenciesMeta": {
    "@xenova/transformers": {
      "optional": true
    },
    "openai": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "typescript": "^5.9.3"
  }
}
