@raphaeldeveloper/whoiam.domain
Version:
Project with domain rules about user authentication.
29 lines (28 loc) • 823 B
JSON
{
"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"
}