-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 797 Bytes
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
{
"name": "root",
"version": "0.0.0",
"private": true,
"repository": "https://github.com/microsoft/ado-npm-auth",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lage build",
"bundle": "lage bundle",
"lint": "lage lint",
"test": "lage test",
"format": "lage --no-cache lint --write",
"change": "beachball change",
"checkchange": "beachball check",
"ci": "lage build test lint bundle"
},
"devDependencies": {
"beachball": "^2.60.1",
"lage": "^2.14.15",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.11.0",
"resolutions": {
"glob": "^11.1.0"
},
"resolutions.justifications": {
"glob": "Fixes security vulnerability CVE-2025-64756"
}
}