{
  "name": "node-screen-dpi",
  "version": "2.3.0",
  "description": "Get the screen dpi on Windows",
  "main": "./lib/index.js",
  "exports": {
    "import": "./lib/esm.js",
    "require": "./lib/index.js"
  },
  "engines": {
    "node": ">=10.0"
  },
  "scripts": {
    "build": "node-gyp rebuild",
    "clean": "node-gyp clean",
    "lint": "npx eslint --ignore-path .gitignore ./**/*.{js}"
  },
  "keywords": [
    "screen",
    "windows",
    "DPI"
  ],
  "author": {
    "name": "chuanbozhang",
    "email": "zcb_melody@163.com"
  },
  "license": "MIT",
  "gypfile": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhangchuanbo/node-screen-dpi.git"
  },
  "bugs": {
    "url": "https://github.com/zhangchuanbo/node-screen-dpi/issues"
  },
  "homepage": "https://github.com/zhangchuanbo/node-screen-dpi#readme",
  "devDependencies": {
    "eslint": "^7.30.0",
    "node-gyp": "^5.1.0"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^4.0.0"
  }
}