forked from microsoft/ado-npm-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 896 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
{
"name": "root",
"private": "true",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lage build",
"bundle": "lage bundle",
"lint": "lage lint",
"test": "lage test",
"format": "lage --no-cache lint --write",
"change": "beachball change -b origin/main",
"checkchange": "beachball check -b origin/main",
"ci": "lage build test lint bundle",
"publish:beachball": "beachball publish --bump-deps -m\"📦 applying package updates ***NO_CI***\" --verbose"
},
"devDependencies": {
"lage": "^2.7.16",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=16",
"pnpm": "8"
},
"dependencies": {
"beachball": "^2.43.1"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}