-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@nest-hero/next-auth",
"version": "1.0.3",
"description": "Next-auth.js module for Nest framework (node.js)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nest-hero/next-auth.git"
},
"keywords": [
"nestjs",
"next-auth"
],
"author": "duylddev",
"license": "MIT",
"bugs": {
"url": "https://github.com/nest-hero/next-auth/issues"
},
"homepage": "https://github.com/nest-hero/next-auth#readme",
"devDependencies": {
"@nestjs/common": "10.0.5",
"@nestjs/core": "10.0.5",
"@nestjs/platform-express": "10.0.5",
"@nestjs/testing": "10.0.5",
"@types/jest": "29.5.2",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"husky": "8.0.3",
"jest": "29.6.1",
"prettier": "3.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"jsonwebtoken": "^9.0.1"
}
}