UNPKG

1.94 kBJSONView Raw
1{
2 "name": "@nestjs/passport",
3 "version": "10.0.3",
4 "description": "Nest - modern, fast, powerful node.js web framework (@passport)",
5 "author": "Kamil Mysliwiec",
6 "license": "MIT",
7 "scripts": {
8 "build": "rimraf dist && tsc -p tsconfig.build.json",
9 "format": "prettier --write \"lib/**/*.ts\"",
10 "lint": "eslint 'lib/**/*.ts' --fix",
11 "precommit": "lint-staged",
12 "prepublish:npm": "npm run build",
13 "publish:npm": "npm publish --access public",
14 "prerelease": "npm run build",
15 "release": "release-it",
16 "test": "jest",
17 "prepare": "husky install"
18 },
19 "files": [
20 "dist",
21 "index.js",
22 "index.d.ts"
23 ],
24 "peerDependencies": {
25 "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
26 "passport": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0"
27 },
28 "devDependencies": {
29 "@commitlint/cli": "18.4.3",
30 "@commitlint/config-angular": "18.4.3",
31 "@nestjs/common": "10.2.10",
32 "@nestjs/core": "10.2.10",
33 "@nestjs/jwt": "10.2.0",
34 "@nestjs/platform-express": "10.2.10",
35 "@nestjs/testing": "10.2.10",
36 "@types/jest": "29.5.10",
37 "@types/node": "20.10.3",
38 "@types/passport": "1.0.16",
39 "@types/passport-jwt": "3.0.13",
40 "@types/passport-local": "1.0.38",
41 "@typescript-eslint/eslint-plugin": "6.13.1",
42 "@typescript-eslint/parser": "6.13.1",
43 "eslint": "8.55.0",
44 "eslint-config-prettier": "9.1.0",
45 "eslint-plugin-import": "2.29.0",
46 "husky": "8.0.3",
47 "jest": "29.7.0",
48 "lint-staged": "15.2.0",
49 "pactum": "3.5.1",
50 "passport": "0.7.0",
51 "passport-jwt": "4.0.1",
52 "passport-local": "1.0.0",
53 "prettier": "3.1.0",
54 "reflect-metadata": "0.1.13",
55 "release-it": "17.0.0",
56 "rimraf": "5.0.5",
57 "rxjs": "7.8.1",
58 "ts-jest": "29.1.1",
59 "typescript": "5.3.2"
60 },
61 "lint-staged": {
62 "**/*.{ts,json}": []
63 },
64 "repository": {
65 "type": "git",
66 "url": "https://github.com/nestjs/passport"
67 }
68}