{
  "name": "yuanflow-cli",
  "version": "0.1.93",
  "description": "YuanFlow 自媒体 API CLI 与 Skill 安装器。",
  "type": "module",
  "license": "MIT",
  "private": false,
  "author": "zktlove",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "yuanflow-cli": "bin/yuanflow-cli.js",
    "yuanflow-skill": "bin/yuanflow-skill.cjs"
  },
  "scripts": {
    "postinstall": "node ./bin/yuanflow-skill.cjs install --postinstall",
    "generate": "node ./scripts/generate-registry.js",
    "start": "node ./bin/yuanflow-cli.js",
    "test": "node --test test/*.test.js tests/*.test.cjs",
    "pack:check": "npm pack --dry-run",
    "release:check": "node ./bin/yuanflow-skill.cjs release-check",
    "publish:help": "node ./bin/yuanflow-skill.cjs publish-help"
  },
  "files": [
    "bin",
    "src",
    "generated",
    "scripts",
    "lib",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zktlove/yuanflow-cli.git"
  },
  "homepage": "https://github.com/zktlove/yuanflow-cli#readme",
  "bugs": {
    "url": "https://github.com/zktlove/yuanflow-cli/issues"
  },
  "yuanflowSkill": {
    "skillRepo": {
      "owner": "zktlove",
      "repo": "yuanflow-skill",
      "ref": "main"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "skills",
    "ai-agent",
    "codex",
    "claude-code",
    "cursor",
    "opencode",
    "github-copilot",
    "gemini-cli",
    "kimi-cli",
    "openclaw",
    "trae",
    "windsurf",
    "qoder",
    "qwen-code",
    "yuanflow-cli",
    "yuanflow-skill",
    "xiaohongshu",
    "douyin"
  ],
  "dependencies": {
    "puppeteer-core": "^25.2.1"
  }
}
