{
  "name": "ay-framework",
  "version": "1.8.0",
  "description": "Agent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.",
  "scripts": {
    "test:scan": "bash test/ayf-scan.test.sh"
  },
  "bin": {
    "ay-framework": "bin/install.js",
    "ayb": "bin/ayb"
  },
  "files": [
    "bin",
    "templates",
    "hooks",
    "Human",
    "lifecycle-demo.html",
    "orchestration-demo.html",
    "ETHOS.md",
    "VERSION",
    "README.md",
    "LICENSE",
    "banner.png"
  ],
  "peerDependencies": {
    "playwright": ">=1.40.0"
  },
  "peerDependenciesMeta": {
    "playwright": {
      "optional": false
    }
  },
  "optionalDependencies": {
    "playwright-extra": ">=4.3.6",
    "puppeteer-extra-plugin-stealth": ">=2.11.2"
  },
  "keywords": [
    "claude-code",
    "cursor",
    "windsurf",
    "codex",
    "ai-agents",
    "framework",
    "multi-agent",
    "swarm",
    "automation",
    "browser",
    "playwright",
    "self-testing"
  ],
  "homepage": "https://github.com/walidboulanouar/ay-framework",
  "repository": {
    "type": "git",
    "url": "https://github.com/walidboulanouar/ay-framework.git"
  },
  "author": "Walid Boulanouar <walid@ayautomate.com> (https://ayautomate.com)",
  "license": "MIT"
}
