{
  "name": "dsh-mp-automator",
  "version": "0.3.0",
  "description": "WeChat Mini Program automated testing for DeepSeek Harness (dsh): selector-addressed actions, build-freshness gates, geometry-first assertions that work on text-only models, and screenshot image blocks on vision routes. 微信小程序自动化测试 dsh 插件：选择器寻址、构建新鲜度门、面向纯文本模型的几何断言、视觉路由附真实截图。",
  "keywords": [
    "dsh-plugin",
    "deepseek-harness",
    "wechat",
    "miniprogram",
    "automation",
    "testing",
    "miniprogram-automator"
  ],
  "type": "module",
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./cli": "./lib/cli.js",
    "./gates": "./lib/gates.js",
    "./facts": "./lib/facts.js",
    "./package.json": "./package.json"
  },
  "files": [
    "lib/",
    "cordis.patch.yml",
    "skill/",
    "docs/PROVIDER-TEMPLATE.yaml",
    "README.md",
    "CHANGELOG.md",
    "test/",
    "scripts/"
  ],
  "scripts": {
    "test": "node --test test/*.test.js",
    "pretest": "node scripts/link-host.mjs"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VincentJiang06/dsh-wechatmpdev.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@deepseek-ai/dsh-tools": ">=0.1.0-rc.5",
    "@deepseek-ai/schemastery": ">=3.18.0",
    "@deepseek-ai/dsh-attachment": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-subprocess": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-llm": ">=0.1.0-rc.5"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/dsh-tools": {
      "optional": true
    },
    "@deepseek-ai/schemastery": {
      "optional": true
    },
    "@deepseek-ai/dsh-attachment": {
      "optional": true
    },
    "@deepseek-ai/dsh-subprocess": {
      "optional": true
    },
    "@deepseek-ai/dsh-llm": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20"
  }
}
