@clsdcltask/dclauth
Version:
Authentication handling utils
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "@clsdcltask/dclauth",
"version": "1.0.3",
"description": "Authentication handling utils",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"build": "npm run clean && tsc",
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clschalkwyk/dclauth.git"
},
"keywords": [
"Jwt",
"Authentication",
"Handler",
"Nestjs"
],
"author": "clschalkwyk@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/clschalkwyk/dclauth/issues"
},
"homepage": "https://github.com/clschalkwyk/dclauth#readme",
"devDependencies": {
"@types/passport": "^1.0.4",
"@types/passport-jwt": "^3.0.3",
"@types/uuid": "^8.3.0",
"del-cli": "^3.0.1",
"typescript": "^4.0.5"
},
"dependencies": {
"@nestjs/common": "^7.4.4",
"@nestjs/passport": "^7.1.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"rxjs": "^6.6.3"
}
}