{
  "name": "@snowtop/ent-password",
  "version": "0.1.0",
  "description": "password datatype for ents",
  "main": "dist/password.js",
  "types": "dist/password.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "jest",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:lolopinto/ent.git",
    "directory": "packages/ent-password"
  },
  "keywords": [
    "snowtop",
    "password",
    "ent",
    "datatype"
  ],
  "author": "lolopinto",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lolopinto/ent/issues"
  },
  "homepage": "https://github.com/lolopinto/ent#readme",
  "dependencies": {
    "bcryptjs": "^2.4.3"
  },
  "devDependencies": {
    "@snowtop/ent": "^0.1.0",
    "@types/jest": "^29.2.4",
    "jest": "^29.3.1",
    "password-validator": "^5.3.0",
    "ts-jest": "^29.0.3"
  },
  "peerDependencies": {
    "@snowtop/ent": ">=0.1.0"
  }
}
