-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.23 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
{
"name": "@unitedeffects/auth",
"version": "1.32.7-a",
"description": "OpenAPI client SDK for UE Auth by United Effects.",
"author": "United Effects LLC",
"person": {
"name": "UE Team",
"email": "[email protected]",
"url": "https://unitedeffects.com"
},
"keywords": [
"axios",
"typescript",
"ueauth",
"auth",
"oidc",
"sso",
"mfa",
"permissions",
"identity",
"access",
"authentication",
"authorization",
"enterprise",
"b2b",
"b2c",
"login",
"organization",
"user management",
"permissions managment",
"roles",
"product access"
],
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"homepage": "https://ueauth.com",
"repository": {
"type": "git",
"url": "https://github.com/UnitedEffects/ueauth-sdk"
},
"bugs": {
"url": "https://github.com/UnitedEffects/ueauth-sdk/issues",
"email": "[email protected]"
},
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
},
"publishConfig": {
"access": "public"
}
}