{
  "name": "@agent-action-runner/core",
  "version": "0.8.2",
  "description": "Agent-safe action and workflow runner core for TypeScript backends with schema validation, approval, and audit.",
  "license": "Apache-2.0",
  "author": "Doompy",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Doompy/agent-action-runner.git",
    "directory": "packages/core"
  },
  "homepage": "https://github.com/Doompy/agent-action-runner#readme",
  "bugs": {
    "url": "https://github.com/Doompy/agent-action-runner/issues"
  },
  "keywords": [
    "typescript",
    "ai-agent",
    "llm",
    "workflow",
    "agent-workflow",
    "tool-calling",
    "mcp",
    "approval",
    "audit",
    "dry-run",
    "human-in-the-loop",
    "zod",
    "nestjs",
    "express",
    "fastify"
  ],
  "engines": {
    "node": ">=18.18.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "prepack": "npm run build",
    "build": "tsc -p tsconfig.build.json",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "peerDependencies": {
    "zod": "^3.25.0 || ^4.0.0"
  },
  "devDependencies": {
    "zod": "^4.1.13",
    "vitest": "^4.0.14"
  }
}
