{
  "name": "screenshot-desktop",
  "version": "1.15.4",
  "description": "Capture a screenshot of your local machine",
  "main": "index.js",
  "dependencies": {
    "temp": "^0.9.4"
  },
  "devDependencies": {
    "ava": "^7.0.0",
    "standard": "^17.0.0"
  },
  "ava": {
    "timeout": "1m"
  },
  "scripts": {
    "test": "ava",
    "semantic-release": "semantic-release",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bencevans/screenshot-desktop.git"
  },
  "keywords": [
    "screenshot",
    "screengrab",
    "screen",
    "desktop",
    "laptop",
    "x11"
  ],
  "author": "Ben Evans <ben@bensbit.co.uk> (https://bencevans.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bencevans/screenshot-desktop/issues"
  },
  "homepage": "https://github.com/bencevans/screenshot-desktop#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/bencevans"
    }
  ],
  "release": {
    "branches": [
      "main"
    ]
  }
}
