{
  "name": "@choffmeister/spoiler-password-hasher",
  "version": "0.3.3",
  "license": "MIT",
  "author": "Christian Hoffmeister <mail@choffmeister.de>",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -d",
    "clean": "rm -rf build/*",
    "prepublishOnly": "yarn clean && yarn build"
  }
}
