{
  "name": "password-hash-salt",
  "type": "module",
  "version": "1.0.11",
  "description": "Simple, safe and straight-forward password hashing / salting for node.js",
  "publishConfig": {
    "access": "public"
  },
  "author": "zhennann",
  "keywords": [
    "password",
    "hash",
    "salt"
  ],
  "exports": {
    ".": {
      "types": [
        "./src/index.ts",
        "./dist/index.d.ts"
      ],
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "gitHead": "0eab9dc4a5622caffe89e7b1b3f02c08ccbc4c4b",
  "scripts": {
    "lint": "eslint .",
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "tsc:publish": "npm run clean && tsc"
  }
}