UNPKG

@microsoft/api-documenter

Version:

Read JSON files from api-extractor, generate documentation pages

40 lines 1.15 kB
{ "name": "@microsoft/api-documenter", "version": "7.20.1", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", "url": "https://github.com/microsoft/rushstack.git", "directory": "apps/api-documenter" }, "homepage": "https://api-extractor.com/", "license": "MIT", "bin": { "api-documenter": "./bin/api-documenter" }, "main": "lib/index.js", "typings": "dist/rollup.d.ts", "dependencies": { "@microsoft/api-extractor-model": "7.26.0", "@microsoft/tsdoc": "0.14.2", "@rushstack/node-core-library": "3.53.3", "@rushstack/ts-command-line": "4.13.1", "colors": "~1.2.1", "js-yaml": "~3.13.1", "resolve": "~1.22.1" }, "devDependencies": { "@rushstack/eslint-config": "3.1.1", "@rushstack/heft": "0.49.3", "@rushstack/heft-node-rig": "1.11.14", "@types/heft-jest": "1.0.1", "@types/js-yaml": "3.12.1", "@types/node": "12.20.24", "@types/resolve": "1.20.2" }, "scripts": { "build": "heft build --clean", "_phase:build": "heft build --clean", "_phase:test": "heft test --no-build" } }