{
  "name": "tethershot",
  "version": "1.0.17",
  "description": "Native macOS app for pixel-perfect iPhone or Android screenshots, saved locally and copied to your clipboard.",
  "bin": {
    "tethershot": "bin/tethershot.js"
  },
  "scripts": {
    "postinstall": "node scripts/npm-postinstall.js",
    "version": "/usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString $npm_package_version\" Resources/Info.plist && /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $npm_package_version\" Resources/Info.plist && git add Resources/Info.plist"
  },
  "files": [
    "bin/",
    "Sources/",
    "Resources/",
    "scripts/",
    "Package.swift",
    "build.sh"
  ],
  "os": [
    "darwin"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apoorvdarshan/TetherShot.git"
  },
  "homepage": "https://tethershot.apoorvdarshan.com",
  "bugs": {
    "url": "https://github.com/apoorvdarshan/TetherShot/issues"
  },
  "keywords": [
    "iphone",
    "screenshot",
    "ios",
    "macos",
    "menubar",
    "screen-capture",
    "avfoundation",
    "pymobiledevice3"
  ],
  "author": "Apoorv Darshan",
  "license": "MIT"
}
