UNPKG

1.92 kBJSONView Raw
1{
2 "name": "@nestjs/passport",
3 "version": "10.0.2",
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"
27 },
28 "devDependencies": {
29 "@commitlint/cli": "17.7.1",
30 "@commitlint/config-angular": "17.7.0",
31 "@nestjs/common": "10.2.4",
32 "@nestjs/core": "10.2.4",
33 "@nestjs/jwt": "10.1.1",
34 "@nestjs/platform-express": "10.2.4",
35 "@nestjs/testing": "10.2.4",
36 "@types/jest": "29.5.4",
37 "@types/node": "18.17.15",
38 "@types/passport": "1.0.12",
39 "@types/passport-jwt": "3.0.9",
40 "@types/passport-local": "1.0.35",
41 "@typescript-eslint/eslint-plugin": "6.6.0",
42 "@typescript-eslint/parser": "6.6.0",
43 "eslint": "8.49.0",
44 "eslint-config-prettier": "9.0.0",
45 "eslint-plugin-import": "2.28.1",
46 "husky": "8.0.3",
47 "jest": "29.6.4",
48 "lint-staged": "14.0.1",
49 "pactum": "3.5.1",
50 "passport": "0.6.0",
51 "passport-jwt": "4.0.1",
52 "passport-local": "1.0.0",
53 "prettier": "3.0.3",
54 "reflect-metadata": "0.1.13",
55 "release-it": "16.1.5",
56 "rimraf": "5.0.1",
57 "rxjs": "7.8.1",
58 "ts-jest": "29.1.1",
59 "typescript": "5.2.2"
60 },
61 "lint-staged": {
62 "**/*.{ts,json}": []
63 },
64 "repository": {
65 "type": "git",
66 "url": "https://github.com/nestjs/passport"
67 }
68}