{
  "name": "@generacy-ai/agency-plugin-humancy",
  "version": "0.0.0-preview-20260302182740",
  "description": "Humancy integration plugin for Agency - enables agents to request human input",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/generacy-ai/agency.git",
    "directory": "packages/agency-plugin-humancy"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "agent",
    "generacy",
    "humancy",
    "human-in-the-loop"
  ],
  "author": "Generacy AI",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "zod": "^3.24.1"
  },
  "peerDependencies": {
    "@generacy-ai/agency": "0.0.0-preview-20260302182740"
  },
  "devDependencies": {
    "typescript": "^5.7.3",
    "vitest": "^3.2.4",
    "@generacy-ai/agency": "0.0.0-preview-20260302182740"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo 'Tests temporarily disabled - see issue #295' && exit 0",
    "lint": "eslint src",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  }
}