????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@nestjs/passport/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@nestjs/passport/package.json |
{ "name": "@nestjs/passport", "version": "9.0.3", "description": "Nest - modern, fast, powerful node.js web framework (@passport)", "author": "Kamil Mysliwiec", "license": "MIT", "scripts": { "build": "rimraf dist && tsc -p tsconfig.build.json", "format": "prettier --write \"lib/**/*.ts\"", "lint": "eslint 'lib/**/*.ts' --fix", "precommit": "lint-staged", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prerelease": "npm run build", "release": "release-it", "test": "jest", "prepare": "husky install" }, "files": [ "dist", "index.js", "index.d.ts" ], "peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0", "passport": "^0.4.0 || ^0.5.0 || ^0.6.0" }, "devDependencies": { "@commitlint/cli": "17.4.2", "@commitlint/config-angular": "17.4.2", "@nestjs/common": "9.3.7", "@nestjs/core": "9.3.7", "@nestjs/jwt": "10.0.1", "@nestjs/platform-express": "9.3.7", "@nestjs/testing": "9.3.7", "@types/jest": "29.4.0", "@types/node": "18.13.0", "@types/passport": "1.0.11", "@types/passport-jwt": "3.0.8", "@types/passport-local": "1.0.35", "@typescript-eslint/eslint-plugin": "5.51.0", "@typescript-eslint/parser": "5.51.0", "eslint": "8.33.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-import": "2.27.5", "husky": "8.0.3", "jest": "29.4.2", "lint-staged": "13.1.1", "pactum": "3.3.2", "passport": "0.6.0", "passport-jwt": "4.0.1", "passport-local": "1.0.0", "prettier": "2.8.4", "reflect-metadata": "0.1.13", "release-it": "15.6.0", "rimraf": "4.1.2", "rxjs": "7.8.0", "ts-jest": "29.0.5", "typescript": "4.9.5" }, "lint-staged": { "**/*.{ts,json}": [] }, "repository": { "type": "git", "url": "https://github.com/nestjs/passport" } }