-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 933 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
39
{
"name": "auth-clients",
"private": true,
"version": "0.0.0",
"description": "Authorization clients for the iTwin platform",
"scripts": {
"build": "lage build",
"clean": "lage clean --no-cache",
"docs": "lage docs",
"lint": "lage lint",
"test": "lage test",
"test:integration": "lage test:integration --reset-cache",
"cover": "lage cover",
"change": "beachball change",
"check": "beachball check",
"version-bump": "beachball bump",
"publish-packages": "beachball publish --access public"
},
"keywords": [
"Bentley",
"Authorization",
"iTwin",
"digital-twin",
"OIDC"
],
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iTwin/auth-clients"
},
"devDependencies": {
"beachball": "^2.49.1",
"lage": "^2.11.13"
}
}