{
  "name": "@expass/node",
  "version": "0.1.2-alpha.0",
  "description": "A modern and secure password hashing/encription library for node",
  "keywords": [
    "password",
    "hashing",
    "encription",
    "security",
    "scrypt"
  ],
  "author": "Exos <oscar@gentisoft.com>",
  "homepage": "",
  "license": "GPL-2.0",
  "main": "lib/index.js",
  "scripts": {
    "prepack": "npm run build",
    "prepublishOnly": "npm run test",
    "test": "npx jest",
    "clean": "npx rimraf lib",
    "build": "npm run clean && npx tsc -b --force"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@expass/core": "^0.1.2-alpha.0",
    "reflect-metadata": "^0.2.2",
    "tsyringe": "^4.8.0"
  },
  "jest": {
    "testEnvironment": "node",
    "verbose": true,
    "collectCoverage": true,
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "lib/"
    ],
    "transform": {
      ".*\\.ts$": "ts-jest"
    }
  },
  "gitHead": "5e3445ef31b16980379e5c021dfc25755241ec06"
}
