{
  "name": "password-hash-salt",
  "version": "1.1.8",
  "gitHead": "3380f8c5d3989242b60dc2a34cbb330f74335cbe",
  "description": "Simple, safe and straight-forward password hashing / salting for node.js",
  "keywords": [
    "hash",
    "password",
    "salt"
  ],
  "author": "zhennann",
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": [
        "./src/index.ts",
        "./dist/index.d.ts"
      ],
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "tsc:publish": "npm run clean && node ../../packages-cli/cli/src/bin/vona.ts :bin:buildGeneral && tsc",
    "prepublishOnly": "npm run tsc:publish",
    "prepack": "clean-package",
    "postpack": "clean-package restore"
  }
}
