{
  "name": "@nwutils/getter",
  "version": "0.2.4",
  "description": "Get NW.js and related binaries for Linux, MacOS and Windows.",
  "keywords": [
    "NW.js",
    "node-webkit",
    "Desktop",
    "Application"
  ],
  "author": {
    "name": "Ayushman Chhabra",
    "url": "https://ayushmanchhabra.com"
  },
  "maintainers": [
    {
      "name": "Ayushman Chhabra",
      "url": "https://ayushmanchhabra.com"
    }
  ],
  "contributors": [
    {
      "name": "@nwutils/getter Contributors",
      "url": "https://github.com/nwutils/getter/graphs/contributors"
    }
  ],
  "license": "MIT",
  "main": "./src/main.js",
  "types": "types/main.d.ts",
  "type": "module",
  "files": [
    "LICENSE",
    "src",
    "types"
  ],
  "homepage": "https://github.com/nwutils/getter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nwutils/getter.git"
  },
  "scripts": {
    "lint": "eslint .",
    "type": "tsc",
    "test": "node --test --experimental-test-coverage --test-coverage-exclude=\"tests/**/*\" \"tests/specs/*.test.js\""
  },
  "volta": {
    "node": "25.1.0",
    "npm": "11.7.0"
  },
  "dependencies": {
    "semver": "^7.7.4",
    "tar": "^7.5.11",
    "yauzl-promise": "^4.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.3.3",
    "@types/semver": "^7.7.1",
    "@types/yauzl-promise": "^4.0.1",
    "eslint": "^10.0.2",
    "eslint-plugin-jsdoc": "^62.7.1",
    "globals": "^17.4.0",
    "typescript": "^5.9.3"
  }
}
