forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 971 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
{
"name": "api-extractor-scenarios",
"description": "Building this project is a regression test for api-extractor",
"version": "1.0.0",
"private": true,
"main": "lib/index.js",
"typings": "dist/internal/some-fake-file.d.ts",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft build --clean"
},
"dependencies": {
"api-extractor-lib1-test": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"@microsoft/teams-js": "1.3.0-beta.4",
"@rushstack/heft": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"api-extractor-lib2-test": "workspace:*",
"api-extractor-lib3-test": "workspace:*",
"api-extractor-lib4-test": "workspace:*",
"api-extractor-lib5-test": "workspace:*",
"colors": "~1.2.1",
"local-node-rig": "workspace:*"
},
"peerDependencies": {
"api-extractor-lib5-test": "workspace:*"
}
}