{
  "name": "@guandata/guanwf",
  "version": "0.1.836",
  "description": "观远工作流数据流编辑工具 - 创建、编辑、导出、预览、保存数据流",
  "bin": {
    "guanwf": "bin/run.js"
  },
  "scripts": {
    "postinstall": "node bin/postinstall.js",
    "build": "node scripts/build.js && node scripts/sync-skill.js",
    "pack:all": "node scripts/pack-all.js",
    "test:build-script": "node scripts/platform-tests.js build && node scripts/platform-tests.js run",
    "test:package-layout": "node scripts/platform-tests.js layout && node scripts/platform-tests.js install-smoke",
    "test:auto-select": "node scripts/platform-tests.js auto-select",
    "verify:platforms": "node scripts/verify-platforms.js",
    "changelog": "node ../../scripts/generate-release-changelog.js .",
    "check-changelog": "node ../../scripts/check-release-changelog.js .",
    "prepublishOnly": "npm run test:build-script && npm run check-changelog && npm run build && node scripts/preflight.js && npm run test:package-layout && npm run test:auto-select"
  },
  "files": [
    "bin/",
    "skills/",
    "CHANGELOG.md",
    "LICENSE",
    "LICENSE.zh-CN",
    "README.md"
  ],
  "keywords": [
    "guandata",
    "workflow",
    "dataflow",
    "cli",
    "agent-skill"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "engines": {
    "node": ">=14"
  },
  "optionalDependencies": {
    "@guandata/guanwf-darwin-arm64": "0.1.836",
    "@guandata/guanwf-darwin-x64": "0.1.836",
    "@guandata/guanwf-linux-x64": "0.1.836",
    "@guandata/guanwf-linux-arm64": "0.1.836",
    "@guandata/guanwf-win32-x64": "0.1.836"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
