@microsoft/api-extractor
Version:
Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups
63 lines • 1.62 kB
JSON
{
"name": "@microsoft/api-extractor",
"version": "7.33.6",
"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/api-extractor-model": "7.25.2",
"@microsoft/tsdoc": "0.14.2",
"@microsoft/tsdoc-config": "~0.16.1",
"@rushstack/node-core-library": "3.53.2",
"@rushstack/rig-package": "0.3.17",
"@rushstack/ts-command-line": "4.13.1",
"colors": "~1.2.1",
"lodash": "~4.17.15",
"resolve": "~1.17.0",
"semver": "~7.3.0",
"source-map": "~0.6.1",
"typescript": "~4.8.4"
},
"devDependencies": {
"@rushstack/eslint-config": "3.1.1",
"@rushstack/heft": "0.48.0",
"@rushstack/heft-node-rig": "1.11.0",
"@types/heft-jest": "1.0.1",
"@types/lodash": "4.14.116",
"@types/node": "12.20.24",
"@types/resolve": "1.17.1",
"@types/semver": "7.3.5"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
}
}