-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
93 lines (93 loc) · 2.24 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@ladjs/passport",
"description": "Passport for Lad",
"version": "5.1.4",
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com/)",
"bugs": {
"url": "https://github.com/ladjs/passport/issues",
"email": "[email protected]"
},
"contributors": [
"Nick Baugh <[email protected]> (http://niftylettuce.com/)",
"Shaun Warman <[email protected]> (https://shaunwarman.com/)",
"shadowgate15 (https://github.com/shadowgate15)"
],
"dependencies": {
"@forwardemail/passport-fido2-webauthn": "^0.1.0",
"@ladjs/passport-otp-strategy": "^2.0.1",
"@nicokaiser/passport-apple": "^1.0.1",
"boolean": "^3.2.0",
"is-string-and-not-blank": "^0.0.2",
"koa-passport": "^4.1.4",
"lodash": "^4.17.21",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-ubuntu": "^0.2.0",
"validator": "^13.11.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"ava": "4",
"cross-env": "^7.0.3",
"eslint": "8.39.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"mongodb-memory-server": "^9.1.3",
"mongoose": "6",
"nyc": "^15.1.0",
"passport-local": "^1.0.0",
"remark-cli": "11.0.0",
"remark-preset-github": "^4.0.4",
"xo": "0.53.1"
},
"engines": {
"node": ">=14"
},
"files": [
"index.js"
],
"homepage": "https://github.com/ladjs/passport",
"keywords": [
"api",
"auth",
"authentication",
"basic",
"boilerplate",
"framework",
"github",
"google",
"koa",
"lad",
"lass",
"list",
"login",
"mongo",
"mongodb",
"mongoose",
"oauth",
"oauth2",
"passport",
"strategies",
"strategy",
"twitter"
],
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ladjs/passport"
},
"scripts": {
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"pretest": "npm run lint",
"test": "npm run test-coverage",
"test-coverage": "cross-env NODE_ENV=test nyc ava"
}
}