forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 944 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
32
33
{
"name": "@rushstack/heft-node-rig",
"version": "2.6.28",
"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": "^0.67.0"
},
"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/heft-jest": "1.0.1",
"eslint": "~8.57.0",
"jest-environment-node": "~29.5.0",
"typescript": "~5.4.2"
},
"devDependencies": {
"@rushstack/heft": "workspace:*"
}
}