{
  "name": "@smarlhens/npm-check-engines",
  "version": "1.4.0",
  "description": "Check and update Node.js engine constraints in package.json",
  "keywords": [
    "cli",
    "engine-strict",
    "engines",
    "eol",
    "lifecycle",
    "lockfile",
    "napi",
    "node",
    "node-engines",
    "node-lts",
    "node-version",
    "nodejs",
    "npm",
    "package.json",
    "pnpm",
    "rust",
    "semver",
    "typescript",
    "yarn"
  ],
  "license": "BlueOak-1.0.0",
  "author": "Samuel MARLHENS <samuel.marlhens@proton.me>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smarlhens/riri-node-tools.git"
  },
  "bin": {
    "nce": "bin/nce.js",
    "npm-check-engines": "bin/nce.js"
  },
  "files": [
    "bin",
    "index.d.ts",
    "index.js"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "artifacts": "napi artifacts",
    "build": "napi build --platform --release",
    "build:debug": "napi build --platform",
    "prepublishOnly": "napi prepublish -t npm --no-gh-release",
    "version": "napi version"
  },
  "devDependencies": {
    "@napi-rs/cli": "3.8.6"
  },
  "napi": {
    "binaryName": "npm-check-engines",
    "targets": [
      "x86_64-unknown-linux-gnu",
      "x86_64-unknown-linux-musl",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-linux-musl",
      "x86_64-apple-darwin",
      "aarch64-apple-darwin",
      "x86_64-pc-windows-msvc"
    ]
  },
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || >=26.0.0",
    "npm": ">=10.9.7"
  },
  "optionalDependencies": {
    "@smarlhens/npm-check-engines-linux-x64-gnu": "1.4.0",
    "@smarlhens/npm-check-engines-linux-x64-musl": "1.4.0",
    "@smarlhens/npm-check-engines-linux-arm64-gnu": "1.4.0",
    "@smarlhens/npm-check-engines-linux-arm64-musl": "1.4.0",
    "@smarlhens/npm-check-engines-darwin-x64": "1.4.0",
    "@smarlhens/npm-check-engines-darwin-arm64": "1.4.0",
    "@smarlhens/npm-check-engines-win32-x64-msvc": "1.4.0"
  }
}