{
  "name": "dsh-ui-spec",
  "version": "0.1.1",
  "description": "DeepSeek Harness plugin that turns UI screenshots into implementation-grade web specs using OCR, deterministic geometry, scene graphs, assets, and render comparison.",
  "keywords": [
    "dsh-plugin",
    "deepseek-harness",
    "ui",
    "screenshot",
    "design-tokens",
    "vision",
    "frontend",
    "ocr",
    "scene-graph"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yumimanji/dsh-ui-spec.git"
  },
  "bugs": {
    "url": "https://github.com/yumimanji/dsh-ui-spec/issues"
  },
  "homepage": "https://github.com/yumimanji/dsh-ui-spec#readme",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "cordis.patch.yml",
    "README.md",
    "README.zh-CN.md"
  ],
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "scripts": {
    "build": "tsdown && tsc --emitDeclarationOnly",
    "typecheck": "tsc --noEmit",
    "test:contracts": "node tests/contract-regression.mjs && node tests/comparison-validation.mjs && node tests/implementation-validation.mjs && node tests/reference-cache.mjs && node tests/browser-session.mjs",
    "test:real": "node tests/real-regression.mjs",
    "prepare": "npm run build",
    "prepublishOnly": "npm run typecheck"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "sharp": "^0.35.3"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": ">=0.1.0-rc",
    "@deepseek-ai/dsh-tools": ">=0.1.0-rc"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/cordis": {
      "optional": false
    },
    "@deepseek-ai/dsh-tools": {
      "optional": false
    }
  },
  "devDependencies": {
    "@deepseek-ai/cordis": ">=0.1.0-rc",
    "@deepseek-ai/dsh-tools": ">=0.1.0-rc",
    "tsdown": "^0.12.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "directories": {
    "doc": "docs",
    "lib": "lib"
  },
  "author": ""
}
