-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 854 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
{
"name": "passport-notion",
"version": "1.0.2",
"description": "Notion authentication strategy for Passport and Node.js",
"main": "./lib/passport-notion",
"scripts": {
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rat9615/passport-notion.git"
},
"keywords": [
"passport",
"notion",
"auth",
"authn",
"authentication",
"identity",
"strategy",
"oauth",
"oauth2"
],
"author": "Rohan R",
"license": "MIT",
"bugs": {
"url": "https://github.com/rat9615/passport-notion/issues"
},
"homepage": "https://github.com/rat9615/passport-notion#readme",
"dependencies": {
"@notionhq/client": "0.4.2",
"passport-strategy": "^1.0.0"
},
"devDependencies": {
"@types/passport-strategy": "^0.2.35",
"typescript": "4.4.3"
}
}