UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@microsoft/api-extractor",
3 "version": "7.35.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.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": "0.14.2",
36 "@microsoft/tsdoc-config": "~0.16.1",
37 "colors": "~1.2.1",
38 "lodash": "~4.17.15",
39 "resolve": "~1.22.1",
40 "semver": "~7.3.0",
41 "source-map": "~0.6.1",
42 "typescript": "~5.0.4",
43 "@microsoft/api-extractor-model": "7.27.2",
44 "@rushstack/node-core-library": "3.59.3",
45 "@rushstack/rig-package": "0.3.20",
46 "@rushstack/ts-command-line": "4.14.0"
47 },
48 "devDependencies": {
49 "@rushstack/heft": "0.51.0",
50 "@rushstack/heft-node-rig": "2.0.1",
51 "@types/heft-jest": "1.0.1",
52 "@types/lodash": "4.14.116",
53 "@types/node": "14.18.36",
54 "@types/resolve": "1.20.2",
55 "@types/semver": "7.3.5",
56 "@rushstack/eslint-config": "3.3.1"
57 },
58 "scripts": {
59 "build": "heft build --clean",
60 "_phase:build": "heft run --only build -- --clean",
61 "_phase:test": "heft run --only test -- --clean"
62 }
63}
\No newline at end of file