{
  "name": "@microsoft/api-extractor",
  "version": "2.0.5",
  "description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "build": "gulp",
    "clean": "gulp clean",
    "test": "gulp test"
  },
  "devDependencies": {
    "@types/chai": "3.4.34",
    "@types/mocha": "2.2.38",
    "chai": "~3.5.0",
    "gulp": "~3.9.1",
    "mocha": "~2.5.3",
    "@microsoft/node-library-build": ">=3.0.1 <4.0.0"
  },
  "dependencies": {
    "@types/es6-collections": "0.5.29",
    "@types/fs-extra": "0.0.37",
    "@types/node": "6.0.62",
    "@types/z-schema": "3.16.31",
    "fs-extra": "~0.26.7",
    "jju": "~1.3.0",
    "typescript": "~2.2.2",
    "z-schema": "~3.17.0"
  }
}