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
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@microsoft/api-extractor",
"version": "7.7.10",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
"API",
"JSDoc",
"AEDoc",
"TSDoc",
"generate",
"documentation",
"declaration",
".d.ts",
"rollup",
"compiler",
"alpha",
"beta"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor"
},
"homepage": "https://api-extractor.com",
"main": "lib/index.js",
"typings": "dist/rollup.d.ts",
"bin": {
"api-extractor": "./bin/api-extractor"
},
"license": "MIT",
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@microsoft/api-extractor-model": "7.7.9",
"@rushstack/node-core-library": "3.19.5",
"@rushstack/ts-command-line": "4.3.12",
"@microsoft/tsdoc": "0.12.14",
"colors": "~1.2.1",
"lodash": "~4.17.15",
"resolve": "1.8.1",
"source-map": "~0.6.1",
"typescript": "~3.7.2"
},
"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/lodash": "4.14.116",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
}