UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@microsoft/api-extractor",
3 "version": "7.9.12",
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.8.20",
38 "@rushstack/node-core-library": "3.30.0",
39 "@rushstack/ts-command-line": "4.6.4",
40 "@microsoft/tsdoc": "0.12.19",
41 "colors": "~1.2.1",
42 "lodash": "~4.17.15",
43 "resolve": "~1.17.0",
44 "semver": "~7.3.0",
45 "source-map": "~0.6.1",
46 "typescript": "~3.9.5"
47 },
48 "devDependencies": {
49 "@microsoft/rush-stack-compiler-3.5": "0.8.10",
50 "@rushstack/eslint-config": "1.3.0",
51 "@rushstack/heft": "0.8.0",
52 "@types/heft-jest": "1.0.1",
53 "@types/lodash": "4.14.116",
54 "@types/semver": "~7.3.1",
55 "@types/node": "10.17.13",
56 "@types/resolve": "1.17.1"
57 }
58}