-
Notifications
You must be signed in to change notification settings - Fork 682
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 965 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 965 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
{
"name": "@rushstack/heft-node-rig",
"version": "2.11.39",
"description": "A rig package for Node.js projects that build using Heft",
"license": "MIT",
"scripts": {
"build": "",
"_phase:build": ""
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "rigs/heft-node-rig"
},
"peerDependencies": {
"@rushstack/heft": "^1.2.17"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-api-extractor-plugin": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/jest": "30.0.0",
"eslint": "~9.37.0",
"jest-environment-node": "~30.3.0",
"typescript": "~5.8.2"
},
"devDependencies": {
"@rushstack/heft": "workspace:*"
},
"sideEffects": false
}