nestjs-guard-grpc
Version:
```sh nest g library nestjs-guard-grpc ```
68 lines (67 loc) • 1.72 kB
JSON
{
"name": "nestjs-guard-grpc",
"version": "0.1.3",
"description": "```sh nest g library nestjs-guard-grpc ```",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -p tsconfig.json -c tslint.json",
"lint:fix": "tslint -p tsconfig.json --fix -c tslint.json",
"format": "prettier --write \"libs/**/*.ts\"",
"format_checker": "prettier --check \"libs/**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mabuonomo/nestjs-guard-grpc.git"
},
"author": {
"name": "mario Buonomo",
"email": "ma.buonomo@gmail.com",
"url": "https://mariobuonomo.dev"
},
"keywords": [
"grpc",
"microservices",
"nestjs",
"oauth2",
"guard"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/mabuonomo/nestjs-guard-grpc/issues"
},
"homepage": "https://github.com/mabuonomo/nestjs-guard-grpc#readme",
"dependencies": {
"@nestjs/common": "^7.0.13",
"@nestjs/core": "^7.0.13",
"@nestjs/testing": "^7.0.13",
"@types/jest": "^25.2.2",
"@types/jsonwebtoken": "^8.5.0",
"camelcase-keys": "^6.2.2",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.8.0",
"rxjs": "^6.5.5",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.2"
},
"devDependencies": {
"@types/jest": "^25.2.2",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"tslint": "6.1.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}