-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 907 Bytes
/
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
{
"name": "@arendajaelu/nestjs-passport-apple",
"version": "2.0.5",
"description": "Apple strategy for Passport in Nestjs",
"keywords": [
"passport",
"auth",
"authn",
"authentication",
"authz",
"authorization",
"apple",
"appleid"
],
"main": "./src",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "arendajaelu",
"email": "[email protected]",
"url": "https://github.com/arendajaelu"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arendajaelu/nestjs-passport-apple.git"
},
"dependencies": {
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^2.1.4",
"oauth": "^0.9.15",
"passport-strategy": "^1.0.0",
"uid2": "1.0.0"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-passport-strategy": "^3.0.0"
}
}