-
Notifications
You must be signed in to change notification settings - Fork 709
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.24 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
{
"name": "@rushstack/rush-cli-client",
"version": "0.1.0",
"description": "Opt-in Rush and rushx daemon clients",
"bin": {
"rush-client": "./bin/rush-client",
"rushx-client": "./bin/rushx-client"
},
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "apps/rush-cli-client"
},
"engines": {
"node": ">=20.9.0"
},
"engineStrict": true,
"homepage": "https://rushstack.io",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:pack": "rush-pnpm pack",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@microsoft/rush": "workspace:*",
"@microsoft/rush-lib": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rush-client-core": "workspace:*",
"@rushstack/rush-daemon": "workspace:*",
"@rushstack/rush-daemon-transport": "workspace:*",
"@rushstack/rush-daemon-protocol": "workspace:*",
"@rushstack/rush-terminal-renderer": "workspace:*",
"@rushstack/terminal": "workspace:*"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"eslint": "~9.37.0",
"local-node-rig": "workspace:*"
}
}