generated from theBoEffect/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
134 lines (134 loc) · 3.78 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "ue-auth",
"altName": "UE-Auth",
"version": "1.43.10",
"description": "UE Auth is a multi-tenant OIDC Provider, User Management, B2B Product Access, and Roles/Permissions Management system intended to create a single hybrid solution to serve as Identity and Access for both self-registered B2C Apps and Enterprise B2B Solutions",
"private": false,
"license": "SEE LICENSE IN ./LICENSE.md",
"scripts": {
"test-notifications": "nodemon ./test/tools/testserver.js",
"start": "node ./dist/start.js",
"dev": "NODE_ENV=dev nodemon",
"swag-type": "ts-node openApiTypeGenerator.ts",
"build": "yarn && tsc",
"package": "yarn test && sls package",
"deploy": "yarn test && sls deploy",
"simple-deploy": "sls deploy",
"test": "yarn build && node --experimental-vm-modules node_modules/jest/bin/jest.js",
"clean": "rm -rf ./node_modules"
},
"keywords": [
"docker",
"lambda",
"microservice",
"auth",
"oidc",
"sso",
"mfa",
"permissions",
"identity",
"access",
"authentication",
"authorization",
"enterprise",
"b2b",
"b2c",
"login",
"organization",
"user management",
"permissions managment",
"roles",
"product access"
],
"author": "United Effects Inc.",
"person": {
"name": "Bo Motlagh",
"email": "bmotlagh@unitedeffects.com",
"url": "https://unitedeffects.com"
},
"homepage": "https://unitedeffects.com",
"bugs": {
"url": "https://github.com/UnitedEffects/ueauth/issues",
"email": "help@unitedeffects.com"
},
"logo": "https://ue-platform-content.s3.amazonaws.com/6e5eab3d-d4e6-4a18-87c5-18be5e46f507",
"dependencies": {
"@hapi/boom": "^9.1.0",
"axios": "^1.6.0",
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.13.2",
"client-oauth2": "^4.3.3",
"cookie-parser": "^1.3.5",
"crypto-js": "^4.2.0",
"crypto-random-string": "^3.2.0",
"express": "^4.17.3",
"express-openapi-validate": "^0.6.1",
"helmet": "^4.6.0",
"joi": "^17.4.2",
"jose": "^4.15.5",
"jose-legacy": "yarn:jose@^2.0.5",
"json-diff": "^0.5.4",
"json-schema-ref-parser": "^7.1.2",
"json-schema-resolve-allof": "^1.5.0",
"jsonpatch": "^3.0.1",
"jsonschema": "^1.2.6",
"jsonwebtoken": "^9.0.0",
"koa-bodyparser": "^4.3.0",
"koa-pug": "^5.0.0",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.15",
"moment": "^2.29.4",
"mongoose": "^7.3.3",
"morgan": "^1.9.1",
"ms": "^2.1.3",
"nanoid": "3.1.31",
"nats": "^2.8.0",
"node-cache": "^5.1.2",
"node-forge": "^1.3.1",
"node-jwk": "^0.1.0",
"object-sizeof": "^1.6.1",
"odata-v4-mongodb": "^0.1.12",
"oidc-provider": "^7.5.1",
"openid-client": "^5.1.1",
"passport": "^0.4.1",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"pug": "^3.0.1",
"qs": "^6.10.3",
"serverless-http": "^2.3.2",
"ue.saml2-js": "^4.0.2",
"uuid": "^8.3.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.52.0",
"eslint-plugin-jest": "^27.4.3",
"jest": "^29.7.0",
"mockingoose": "^2.15.2",
"nodemon": "^3.0.1",
"regenerator-runtime": "^0.13.3",
"serverless": "^3.1.1",
"serverless-apigw-binary": "^0.4.4",
"serverless-domain-manager": "^5.1.5",
"supertest": "^4.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.4.2",
"typescript-eslint": "^0.0.1-alpha.0",
"unique-names-generator": "^4.6.0"
},
"resolutions": {
"lodash": "^4.17.15",
"set-value": "^4.0.1",
"ansi-regex": "^5.0.1"
},
"optionalDependencies": {
"pulsar-client": "^1.6.2"
}
}