-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"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",
"lint:fix": "lage lint:fix",
"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.54.0",
"lage": "^2.14.6"
},
"pnpm": {
"overrides": {
"path-to-regexp": "0.1.12",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"serialize-javascript@<=7.0.2": ">=7.0.3",
"flat-cache>flatted": ">=3.4.2"
}
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}