1 | {
|
2 | "name": "@microsoft/api-extractor",
|
3 | "version": "7.47.0",
|
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.git",
|
25 | "directory": "apps/api-extractor"
|
26 | },
|
27 | "homepage": "https://api-extractor.com",
|
28 | "main": "lib/index.js",
|
29 | "typings": "dist/rollup.d.ts",
|
30 | "bin": {
|
31 | "api-extractor": "./bin/api-extractor"
|
32 | },
|
33 | "license": "MIT",
|
34 | "dependencies": {
|
35 | "@microsoft/tsdoc-config": "~0.17.0",
|
36 | "@microsoft/tsdoc": "~0.15.0",
|
37 | "lodash": "~4.17.15",
|
38 | "minimatch": "~3.0.3",
|
39 | "resolve": "~1.22.1",
|
40 | "semver": "~7.5.4",
|
41 | "source-map": "~0.6.1",
|
42 | "typescript": "5.4.2",
|
43 | "@microsoft/api-extractor-model": "7.29.2",
|
44 | "@rushstack/node-core-library": "5.4.1",
|
45 | "@rushstack/rig-package": "0.5.2",
|
46 | "@rushstack/ts-command-line": "4.22.0",
|
47 | "@rushstack/terminal": "0.13.0"
|
48 | },
|
49 | "devDependencies": {
|
50 | "@rushstack/heft-node-rig": "2.6.15",
|
51 | "@rushstack/heft": "0.66.17",
|
52 | "@types/heft-jest": "1.0.1",
|
53 | "@types/lodash": "4.14.116",
|
54 | "@types/minimatch": "3.0.5",
|
55 | "@types/node": "18.17.15",
|
56 | "@types/resolve": "1.20.2",
|
57 | "@types/semver": "7.5.0",
|
58 | "local-eslint-config": "1.0.0"
|
59 | },
|
60 | "scripts": {
|
61 | "build": "heft build --clean",
|
62 | "_phase:build": "heft run --only build -- --clean",
|
63 | "_phase:test": "heft run --only test -- --clean"
|
64 | }
|
65 | } |
\ | No newline at end of file |