{
  "name": "@raphaeldeveloper/whoiam.domain",
  "version": "1.2.0",
  "description": "Project with domain rules about user authentication.",
  "scripts": {
    "publish-patch": "npm version patch && npm run deploy",
    "publish-minor": "npm version minor && npm run deploy",
    "publish-major": "npm version major && npm run deploy",
    "deploy": "npm publish",
    "predeploy": "npm test",
    "test": "cd ./Tests && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RaphaDeveloper/WhoIAm.Domain.git"
  },
  "keywords": [
    "Domain",
    "Authentication",
    "User"
  ],
  "author": "Raphael Silva",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/RaphaDeveloper/WhoIAm.Domain/issues"
  },
  "homepage": "https://github.com/RaphaDeveloper/WhoIAm.Domain#readme"
}
