{
  "name": "registry-js",
  "version": "1.16.1",
  "description": "A simple and opinionated library for working with the Windows registry",
  "main": "dist/lib/index.js",
  "typings": "dist/lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/desktop/registry-js.git"
  },
  "author": "",
  "license": "MIT",
  "homepage": "https://github.com/desktop/registry-js#readme",
  "devDependencies": {
    "@types/benchmark": "^1.0.31",
    "@types/jest": "^26.0.13",
    "@types/node": "^12.0.0",
    "benchmark": "^2.1.4",
    "jest": "^26.4.2",
    "node-abi": "^2.21.0",
    "node-gyp": "^11.2.0",
    "prebuild": "^10.0.1",
    "prettier": "^2.0.5",
    "ts-node": "^9.0.0",
    "typescript": "^3.9.0"
  },
  "dependencies": {
    "node-addon-api": "^3.2.1",
    "prebuild-install": "^5.3.5"
  },
  "binary": {
    "napi_versions": [
      3
    ]
  },
  "config": {
    "runtime": "napi",
    "target": 3
  }
}