{
  "name": "@a5c-ai/babysitter-cursor",
  "version": "6.0.3",
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
  "scripts": {
    "deploy": "npm publish --access public",
    "deploy:staging": "npm publish --access public --tag staging",
    "postinstall": "node bin/install.js",
    "preuninstall": "node bin/uninstall.js",
    "team:install": "node scripts/team-install.js"
  },
  "bin": {
    "babysitter-cursor": "bin/cli.js"
  },
  "files": [
    "bin/",
    "hooks.json",
    "hooks/",
    "skills/",
    "commands/",
    "scripts/",
    "plugin.json",
    "README.md",
    "versions.json",
    "package.json"
  ],
  "keywords": [
    "babysitter",
    "cursor",
    "orchestration"
  ],
  "author": "a5c.ai",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@a5c-ai/babysitter-sdk": "6.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a5c-ai/babysitter-cursor.git"
  },
  "homepage": "https://github.com/a5c-ai/babysitter-cursor#readme",
  "bugs": {
    "url": "https://github.com/a5c-ai/babysitter-cursor/issues"
  }
}
