{
  "name": "@node-rs/bcrypt",
  "version": "1.1.0",
  "description": "Rust bcrypt binding",
  "keywords": [
    "bcrypt",
    "auth",
    "password",
    "authentication",
    "encryption",
    "crypto",
    "N-API",
    "napi-rs",
    "node-rs"
  ],
  "author": "LongYinan <lynweklm@gmail.com>",
  "homepage": "https://github.com/napi-rs/node-rs",
  "license": "MIT",
  "main": "index.js",
  "typings": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "LICENSE",
    "LICENSE.rust-bcrypt"
  ],
  "napi": {
    "name": "bcrypt",
    "triples": {
      "defaults": true,
      "additional": [
        "i686-pc-windows-msvc",
        "armv7-unknown-linux-gnueabihf",
        "x86_64-unknown-linux-musl",
        "aarch64-unknown-linux-gnu",
        "aarch64-apple-darwin",
        "aarch64-linux-android"
      ]
    }
  },
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/napi-rs/node-rs.git"
  },
  "scripts": {
    "artifacts": "napi artifacts -d ../../artifacts",
    "bench": "cross-env NODE_ENV=production node benchmark/bcrypt.js",
    "build": "napi build --platform --release",
    "build:debug": "napi build --platform",
    "prepublishOnly": "napi prepublish",
    "version": "napi version"
  },
  "bugs": {
    "url": "https://github.com/napi-rs/node-rs/issues"
  },
  "dependencies": {
    "@node-rs/helper": "^1.1.0"
  },
  "devDependencies": {
    "bcrypt": "^5.0.0",
    "bcryptjs": "^2.4.3"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  },
  "gitHead": "7f9a9851c9a4c744e22627c97295b1a685ffa167",
  "optionalDependencies": {
    "@node-rs/bcrypt-win32-x64-msvc": "^1.1.0",
    "@node-rs/bcrypt-darwin-x64": "^1.1.0",
    "@node-rs/bcrypt-linux-x64-gnu": "^1.1.0",
    "@node-rs/bcrypt-win32-ia32-msvc": "^1.1.0",
    "@node-rs/bcrypt-linux-arm-gnueabihf": "^1.1.0",
    "@node-rs/bcrypt-linux-x64-musl": "^1.1.0",
    "@node-rs/bcrypt-linux-arm64-gnu": "^1.1.0",
    "@node-rs/bcrypt-darwin-arm64": "^1.1.0",
    "@node-rs/bcrypt-android-arm64": "^1.1.0"
  }
}