{
  "name": "@node-rs/bcrypt-win32-x64-msvc",
  "version": "1.10.7",
  "cpu": [
    "x64"
  ],
  "main": "bcrypt.win32-x64-msvc.node",
  "files": [
    "bcrypt.win32-x64-msvc.node"
  ],
  "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",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/napi-rs/node-rs.git"
  },
  "bugs": {
    "url": "https://github.com/napi-rs/node-rs/issues"
  },
  "os": [
    "win32"
  ]
}