forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 833 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 833 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
{
"name": "@microsoft/api-extractor-model",
"version": "7.7.9",
"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/tree/master/apps/api-extractor-model"
},
"homepage": "https://api-extractor.com",
"main": "lib/index.js",
"typings": "dist/rollup.d.ts",
"license": "MIT",
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@rushstack/node-core-library": "3.19.5",
"@microsoft/tsdoc": "0.12.14"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.5",
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
"@rushstack/eslint-config": "0.5.5",
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
}