UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@microsoft/api-extractor",
3 "version": "7.10.2",
4 "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
5 "keywords": [
6 "typescript",
7 "API",
8 "JSDoc",
9 "AEDoc",
10 "TSDoc",
11 "generate",
12 "documentation",
13 "declaration",
14 "dts",
15 ".d.ts",
16 "rollup",
17 "bundle",
18 "compiler",
19 "alpha",
20 "beta"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor"
25 },
26 "homepage": "https://api-extractor.com",
27 "main": "lib/index.js",
28 "typings": "dist/rollup.d.ts",
29 "bin": {
30 "api-extractor": "./bin/api-extractor"
31 },
32 "license": "MIT",
33 "scripts": {
34 "build": "heft test --clean"
35 },
36 "dependencies": {
37 "@microsoft/api-extractor-model": "7.10.1",
38 "@microsoft/tsdoc": "0.12.19",
39 "@rushstack/node-core-library": "3.34.1",
40 "@rushstack/rig-package": "0.2.2",
41 "@rushstack/ts-command-line": "4.7.1",
42 "colors": "~1.2.1",
43 "lodash": "~4.17.15",
44 "resolve": "~1.17.0",
45 "semver": "~7.3.0",
46 "source-map": "~0.6.1",
47 "typescript": "~3.9.7"
48 },
49 "devDependencies": {
50 "@rushstack/eslint-config": "2.1.3",
51 "@rushstack/heft": "0.14.0",
52 "@rushstack/heft-node-rig": "0.1.0",
53 "@types/heft-jest": "1.0.1",
54 "@types/lodash": "4.14.116",
55 "@types/node": "10.17.13",
56 "@types/resolve": "1.17.1",
57 "@types/semver": "~7.3.1"
58 }
59}