{
  "name": "agent-dealer",
  "version": "0.1.4",
  "description": "Human control plane for agent execution — queue, plan approval, audit",
  "license": "MIT",
  "type": "module",
  "bin": {
    "agent-dealer": "./dist/bin.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "templates",
    "bundle"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/not-so-fat/agent-dealer.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/not-so-fat/agent-dealer#readme",
  "bugs": {
    "url": "https://github.com/not-so-fat/agent-dealer/issues"
  },
  "keywords": [
    "agent",
    "control-plane",
    "human-in-the-loop"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "postinstall": "node ./dist/postinstall.js"
  },
  "dependencies": {
    "zod": "^3.24.2",
    "@fastify/cors": "^11.0.1",
    "@fastify/static": "^8.2.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "better-sqlite3": "^12.11.1",
    "dotenv": "^16.5.0",
    "fastify": "^5.3.3",
    "uuid": "^11.1.0"
  }
}
