-
Notifications
You must be signed in to change notification settings - Fork 682
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.06 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.06 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
{
"name": "decoupled-local-node-rig",
"version": "1.0.0",
"description": "A rig package for Node.js projects that build using Heft inside the RushStack repository, but are dependencies of @rushstack/heft-node-rig or local-node-rig.",
"license": "MIT",
"private": true,
"scripts": {
"build": "",
"_phase:build": ""
},
"dependencies": {
"@microsoft/api-extractor": "7.57.7",
"@rushstack/eslint-config": "4.6.4",
"@rushstack/eslint-patch": "1.16.1",
"@rushstack/eslint-plugin": "0.23.2",
"@rushstack/heft-node-rig": "2.11.27",
"@rushstack/heft": "1.2.7",
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
"@typescript-eslint/eslint-plugin": "~8.56.1",
"@typescript-eslint/parser": "~8.56.1",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-headers": "~1.2.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "50.6.11",
"eslint-plugin-react-hooks": "5.2.0",
"eslint": "~9.37.0",
"jest-junit": "12.3.0",
"typescript": "~5.8.2",
"eslint-import-resolver-node": "0.3.9"
}
}