forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 942 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": "@microsoft/api-extractor-model",
"version": "7.15.3",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "apps/api-extractor-model"
},
"homepage": "https://api-extractor.com",
"main": "lib/index.js",
"typings": "dist/rollup.d.ts",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
},
"dependencies": {
"@microsoft/tsdoc": "0.13.2",
"@microsoft/tsdoc-config": "~0.15.2",
"@rushstack/node-core-library": "workspace:*"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.7.1",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24"
}
}