{
  "name": "write",
  "version": "1.0.0",
  "description": "Article writing skill that spawns parallel AI agents to research and write articles with image generation",
  "type": "module",
  "main": "src/index-local.ts",
  "bin": {
    "write": "src/index-local.ts"
  },
  "scripts": {
    "start": "bun run src/index-local.ts",
    "dev": "bun run --watch src/index-local.ts"
  },
  "keywords": [
    "article",
    "writing",
    "ai-agent",
    "content-generation",
    "research",
    "parallel-agents"
  ],
  "author": "",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.36.3"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
