{
  "name": "sdtk-design-kit",
  "version": "0.14.1",
  "description": "Local-first MVP design planner and reviewer for SDTK workspaces.",
  "bin": {
    "sdtk-design": "bin/sdtk-design.js"
  },
  "main": "src/index.js",
  "type": "commonjs",
  "files": [
    "bin/",
    "skills/",
    "src/",
    "assets/",
    "README.md"
  ],
  "dependencies": {
    "pixelmatch": "^5.3.0",
    "pngjs": "^7.0.0"
  },
  "scripts": {
    "test": "powershell -ExecutionPolicy Bypass -Command \"$ErrorActionPreference = 'Stop'; Set-Location '..\\..\\..\\..'; python -m pytest tests/test_sdtk_design_cli.py -q\"",
    "pack:smoke": "npm pack --dry-run"
  },
  "engines": {
    "node": ">=18.13.0"
  },
  "keywords": [
    "sdtk-design",
    "design",
    "mvp",
    "wireframe",
    "cli",
    "toolkit"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codexsdtk/sdtk-toolkit.git",
    "directory": "products/sdtk-design/distribution/sdtk-design-kit"
  },
  "homepage": "https://github.com/codexsdtk/sdtk-toolkit/tree/main/products/sdtk-design/distribution/sdtk-design-kit",
  "bugs": {
    "url": "https://github.com/codexsdtk/sdtk-toolkit/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
