UNPKG

nest-phylax

Version:

Security library for NestJS

52 lines (50 loc) 1.4 kB
{ "name": "nest-phylax", "version": "1.0.0", "description": "Security library for NestJS", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rimraf dist && tsc -p tsconfig.json", "test": "jest" }, "keywords": [ "Security", "NestJS", "Node.js", "Passport", "Authentication" ], "author": "konan", "license": "ISC", "peerDependencies": { "@nestjs/common": "^5.0.0 || ^6.6.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", "@nestjs/core": "^5.0.0 || ^6.6.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", "@nestjs/passport": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", "jsonwebtoken": "^9.0.1" }, "devDependencies": { "@babel/plugin-proposal-decorators": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-typescript": "^7.27.1", "@nestjs/common": "^11.1.0", "@nestjs/core": "^11.1.0", "@nestjs/passport": "^11.0.5", "@types/jest": "^29.5.3", "@types/jsonwebtoken": "^9.0.2", "@typescript-eslint/eslint-plugin": "6.2.0", "@typescript-eslint/parser": "6.2.0", "eslint": "8.46.0", "jest": "^29.6.2", "jsonwebtoken": "^9.0.2", "reflect-metadata": "0.1.13", "rimraf": "4.4.1", "source-map-support": "0.5.21", "ts-jest": "^29.1.1", "ts-node": "10.9.1", "typescript": "4.9.5" } }