{
  "name": "njre",
  "version": "3.0.0",
  "description": "Easily install and use JRE from a Node application.",
  "keywords": [
    "jre",
    "java",
    "javaw",
    "jdk",
    "openjdk",
    "adoptopenjdk",
    "adoptium"
  ],
  "homepage": "https://github.com/raftario/njre",
  "bugs": "https://github.com/raftario/njre/issues",
  "main": "index.js",
  "scripts": {
    "test": "node --test tests/test.js",
    "coverage": "node --test --experimental-test-coverage tests/test.js",
    "lint": "prettier --check \"**/*.{js,mjs}\"",
    "lint:fix": "prettier --write \"**/*.{js,mjs}\""
  },
  "repository": "github:nvuillam/njre",
  "author": "RaphaÃ«l ThÃ©riault <raphael_theriault@outlook.com> (raphaeltheriault.com), Nicolas Vuillamy <nicolas.vuillamy@gmail.com> (nicolas.vuillamy.fr)",
  "license": "MIT",
  "files": [
    "lib/*.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "private": false,
  "dependencies": {
    "tar": "^7.5.16",
    "yauzl": "^3.1.3"
  },
  "devDependencies": {
    "prettier": "^3.6.2"
  }
}
