forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 KB
/
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
34
35
36
{
"name": "@rushstack/heft-api-extractor-plugin",
"version": "0.3.47",
"description": "A Heft plugin for API Extractor",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-api-extractor-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"license": "MIT",
"scripts": {
"build": "heft test --clean",
"start": "heft build-watch",
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.67.0"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"semver": "~7.5.4"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"local-eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "2.6.15",
"@rushstack/terminal": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"@types/semver": "7.5.0",
"typescript": "~5.4.2"
}
}