{
  "name": "recowork",
  "version": "3.2.2",
  "description": "Combine RecoWork workflow templates with reusable AI output targets.",
  "bin": {
    "recowork": "bin/rw.js",
    "rw": "bin/rw.js"
  },
  "files": [
    "README.md",
    "README.zh.md",
    "CHANGELOG.md",
    "CHANGELOG.zh.md",
    "AGENTS.md",
    "bin/",
    "cli/",
    "specs/",
    "templates/",
    "targets/",
    "prompts/"
  ],
  "type": "commonjs",
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/recoluan/recowork.git"
  },
  "homepage": "https://recowork.recoluan.com",
  "bugs": {
    "url": "https://github.com/recoluan/recowork/issues"
  },
  "keywords": [
    "ai",
    "workflow",
    "prompt",
    "codex",
    "cursor",
    "chatgpt"
  ],
  "dependencies": {
    "marked": "^12.0.2"
  }
}
