{
  "name": "@ariaflowagents/starters",
  "version": "1.0.0",
  "description": "Production-ready AriaFlow starter packs - sales, support, banking, and more",
  "main": "starters/index.js",
  "exports": {
    ".": "./starters/index.js",
    "./sales": "./starters/sales/ariaflow.jsonc",
    "./support": "./starters/support/ariaflow.jsonc",
    "./bank-hybrid": "./starters/bank-hybrid/ariaflow.jsonc",
    "./basic": "./starters/basic/ariaflow.jsonc"
  },
  "keywords": [
    "ariaflow",
    "ai-agents",
    "conversational-ai",
    "sales",
    "support",
    "banking",
    "starter",
    "template"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anomalyco/aria-flow",
    "directory": "packages/ariaflow-starters"
  },
  "bugs": {
    "url": "https://github.com/anomalyco/aria-flow/issues"
  },
  "homepage": "https://mithushancj.com/docs/starters",
  "dependencies": {
    "zod": "^3.23.8",
    "@ariaflowagents/core": "1.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}