-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "auth-clients",
"private": true,
"version": "0.0.0",
"description": "Authorization clients for the iTwin platform",
"scripts": {
"build": "lage build",
"clean": "lage clean",
"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.43.1",
"lage": "^2.7.18",
"process": "^0.11.10"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}