{
  "name": "password-lite",
  "version": "1.0.6",
  "description": "A password package for generating, checking, hashing and comparing password",
  "type": "module",
  "author": "Ukpa Uchechi",
  "main": "dist/index.js",
  "types": "dist",
  "license": "MIT",
  "keywords": ["password", "passwordChecker",
     "password generator", "password hasher", 
     "compare password", "password lite", "password package"],
  "scripts": {
    "test": "jest --watch --verbose dist",
    "start": "tsc --w",
    "build": "tsc -p ."
  },
  "jest": {
    "transform": {
      "^.+\\.[t|j]sx?$": "babel-jest"
    }
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.8",
    "@types/jest": "^27.4.0",
    "babel-jest": "^27.4.6",
    "jest": "^27.4.7",
    "typescript": "^4.5.5"
  }
}
