{
  "name": "@microsoft/api-extractor",
  "version": "4.3.3",
  "description": "Validate, document, and review the exported API for a TypeScript library",
  "keywords": [
    "typescript",
    "API",
    "JSDoc",
    "AEDoc",
    "generate",
    "documentation",
    "compiler",
    "alpha",
    "beta"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/web-build-tools"
  },
  "homepage": "http://aka.ms/extractor",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "api-extractor": "./bin/api-extractor"
  },
  "license": "MIT",
  "scripts": {
    "build": "gulp test --clean"
  },
  "dependencies": {
    "@microsoft/node-core-library": "0.3.20",
    "@microsoft/ts-command-line": "2.2.8",
    "@types/fs-extra": "0.0.37",
    "@types/node": "6.0.88",
    "@types/z-schema": "3.16.31",
    "colors": "~1.1.2",
    "fs-extra": "~0.26.7",
    "jju": "~1.3.0",
    "lodash": "~4.15.0",
    "typescript": "~2.4.1",
    "z-schema": "~3.18.3"
  },
  "devDependencies": {
    "@types/colors": "1.1.3",
    "@types/lodash": "4.14.74",
    "gulp": "~3.9.1",
    "@microsoft/node-library-build": "4.2.3",
    "@types/jest": "~20.0.4"
  }
}