{
  "name": "suf-password",
  "version": "0.7.0",
  "description": "Password Check utility.",
  "files": [
    "lib",
    "README.md"
  ],
  "directories": {
    "lib": "lib"
  },
  "main": "lib/index.js",
  "scripts": {
    "prepack": "del ./lib && tsc -b && yarn test && suf",
    "test": "jest --coverage",
    "test:watch": "jest --watch --coverage"
  },
  "author": "Syler",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "jest": "^25.1.0",
    "suf-cli": "^0.1.1",
    "ts-jest": "^25.2.1",
    "ts-lib": "^0.0.5",
    "typescript": "^3.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheRealSyler/suf-password.git"
  },
  "bugs": {
    "url": "https://github.com/TheRealSyler/suf-password/issues"
  },
  "homepage": "https://github.com/TheRealSyler/suf-password#readme",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx",
      "node"
    ],
    "roots": [
      "<rootDir>/src"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "dependencies": {
    "del-cli": "^3.0.0"
  }
}
