forked from ananay/apple-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 775 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
{
"name": "apple-auth",
"version": "1.0.7",
"description": "Sign in with Apple for NodeJS",
"main": "src/apple-auth.js",
"types": "src/apple-auth.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ananay/apple-auth.git"
},
"keywords": [
"apple",
"sign",
"in",
"sso",
"auth",
"authentication"
],
"author": "Ananay Arora <[email protected]> (https://ananayarora.com)",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1"
},
"bugs": {
"url": "https://github.com/ananay/apple-auth/issues"
},
"homepage": "https://github.com/ananay/apple-auth#readme"
}