{
  "name": "@microsoft/api-extractor",
  "version": "7.35.3",
  "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
  "keywords": [
    "typescript",
    "API",
    "JSDoc",
    "AEDoc",
    "TSDoc",
    "generate",
    "documentation",
    "declaration",
    "dts",
    ".d.ts",
    "rollup",
    "bundle",
    "compiler",
    "alpha",
    "beta"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "apps/api-extractor"
  },
  "homepage": "https://api-extractor.com",
  "main": "lib/index.js",
  "typings": "dist/rollup.d.ts",
  "bin": {
    "api-extractor": "./bin/api-extractor"
  },
  "license": "MIT",
  "dependencies": {
    "@microsoft/tsdoc": "0.14.2",
    "@microsoft/tsdoc-config": "~0.16.1",
    "colors": "~1.2.1",
    "lodash": "~4.17.15",
    "resolve": "~1.22.1",
    "semver": "~7.3.0",
    "source-map": "~0.6.1",
    "typescript": "~5.0.4",
    "@microsoft/api-extractor-model": "7.27.2",
    "@rushstack/node-core-library": "3.59.3",
    "@rushstack/ts-command-line": "4.15.0",
    "@rushstack/rig-package": "0.3.20"
  },
  "devDependencies": {
    "@rushstack/heft": "0.53.1",
    "@rushstack/heft-node-rig": "2.2.5",
    "@types/heft-jest": "1.0.1",
    "@types/lodash": "4.14.116",
    "@types/node": "14.18.36",
    "@types/resolve": "1.20.2",
    "@types/semver": "7.3.5",
    "@rushstack/eslint-config": "3.3.1"
  },
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}