-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.91 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.91 KB
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
{
"name": "loopback-component-auth",
"version": "0.0.2",
"description": "Authentication Wrapper",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 15000",
"withTs": "mocha --require ts-node/register --watch-extensions ts,tsx \"test/**/*.{ts,tsx}\"",
"hmm": "ts-mocha --paths -p src/ src/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jagzmz/loopback-authentication-wrapper.git"
},
"keywords": [
"authentication",
"loopback3",
"lb",
"passport",
"auth0"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jagzmz/loopback-authentication-wrapper/issues"
},
"homepage": "https://github.com/jagzmz/loopback-authentication-wrapper#readme",
"dependencies": {
"googleapis": "^47.0.0",
"http-status-codes": "^1.4.0",
"json2csv": "^4.5.4",
"lodash": "^4.17.15",
"loopback": "^3.26.0",
"loopback-component-passport": "^3.11.0",
"loopback-connector-sendgrid": "^2.2.4",
"loopback-connector-twilio": "^2.0.0",
"mongoose": "^5.8.11",
"nodemailer": "^6.4.2",
"passport-facebook": "^3.0.0",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth": "^2.0.0",
"passport-google-token": "^0.1.2",
"passport-otp": "github:mithya-team/passport-otp",
"request": "^2.88.0",
"status-codes": "https://github.com/mithya-team/status-codes.git",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/chai": "^4.2.8",
"@types/expect": "^24.3.0",
"@types/loopback": "^3.2.7",
"@types/mocha": "^7.0.1",
"@types/mongodb": "^3.3.15",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"faker": "^4.1.0",
"loopback-connector-mongodb": "^5.2.1",
"mocha": "^7.0.1",
"mongodb": "^3.5.2",
"mongoqueryresolver": "^1.0.14",
"supertest": "^4.0.2",
"ts-mocha": "^6.0.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
}
}