UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@microsoft/api-extractor",
3 "version": "7.33.6",
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/api-extractor-model": "7.25.2",
36 "@microsoft/tsdoc": "0.14.2",
37 "@microsoft/tsdoc-config": "~0.16.1",
38 "@rushstack/node-core-library": "3.53.2",
39 "@rushstack/rig-package": "0.3.17",
40 "@rushstack/ts-command-line": "4.13.1",
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": "~4.8.4"
47 },
48 "devDependencies": {
49 "@rushstack/eslint-config": "3.1.1",
50 "@rushstack/heft": "0.48.0",
51 "@rushstack/heft-node-rig": "1.11.0",
52 "@types/heft-jest": "1.0.1",
53 "@types/lodash": "4.14.116",
54 "@types/node": "12.20.24",
55 "@types/resolve": "1.17.1",
56 "@types/semver": "7.3.5"
57 },
58 "scripts": {
59 "build": "heft build --clean",
60 "_phase:build": "heft build --clean",
61 "_phase:test": "heft test --no-build"
62 }
63}
\No newline at end of file