{
  "name": "@assistant-ui/pinboard",
  "version": "0.16.2",
  "description": "Pinned control plane: directory, placement, and HTTP proxy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/assistant-ui/harness-sdk.git",
    "directory": "packages/pinned/pinboard"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./node": {
      "types": "./dist/node/index.d.ts",
      "default": "./dist/node/index.js"
    },
    "./workerd": {
      "types": "./dist/workerd/index.d.ts",
      "default": "./dist/workerd/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "aui-build",
    "prepack": "aui-build",
    "start": "node dist/node/main.js",
    "start:workerd": "wrangler dev",
    "test": "tsc -p tsconfig.test.json && node --test \"dist-test/test/*.test.js\"",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@assistant-ui/passport": "0.1.5",
    "ioredis": "^5.11.1",
    "pino": "^9.14.0",
    "prom-client": "^15.1.3",
    "undici": "^8.9.0"
  },
  "devDependencies": {
    "@assistant-ui/x-buildutils": "^0.0.20",
    "@cloudflare/workers-types": "^4.20260702.1",
    "@types/node": "^26.1.2",
    "@types/pg": "^8.15.4",
    "pg": "^8.16.3",
    "pino-pretty": "^13.1.3",
    "typescript": "^7.0.2",
    "wrangler": "^4.119.0"
  },
  "peerDependencies": {
    "pg": "^8.11.0"
  },
  "peerDependenciesMeta": {
    "pg": {
      "optional": true
    }
  }
}
