{
  "name": "snapview",
  "version": "1.4.0",
  "description": "Capture workflow for Claude Code — ready check, region select, preview with notes, approve, and Claude-requested screenshots",
  "license": "MIT",
  "author": "Grips001",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Grips001/snapview.git"
  },
  "homepage": "https://github.com/Grips001/snapview",
  "bugs": {
    "url": "https://github.com/Grips001/snapview/issues"
  },
  "keywords": [
    "claude",
    "claude-code",
    "anthropic",
    "ai",
    "screenshot",
    "screen-capture",
    "visual-context",
    "electron",
    "cli",
    "developer-tools"
  ],
  "main": "out/main/index.js",
  "bin": {
    "snapview": "bin/snapview.cjs"
  },
  "files": [
    "bin/snapview.cjs",
    "out/",
    "scripts/postinstall.cjs",
    "scripts/snapview-autotrigger.js",
    "claude-integration/"
  ],
  "scripts": {
    "dev": "electron-vite dev",
    "build": "electron-vite build",
    "typecheck": "tsc --noEmit -p tsconfig.main.json && tsc --noEmit -p tsconfig.renderer.json",
    "test": "bun test",
    "prepublishOnly": "bun run build",
    "postinstall": "node scripts/postinstall.cjs"
  },
  "dependencies": {
    "electron": "43.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@types/node": "^25.9.4",
    "electron-vite": "^5.0.0",
    "typescript": "5.9.3",
    "vite": "^7.3.6"
  },
  "engines": {
    "node": ">=18"
  },
  "overrides": {
    "@babel/core": "^7.29.7"
  }
}
