UNPKG

@microsoft/api-documenter

Version:

Read JSON files from api-extractor, generate documentation pages

37 lines 1.06 kB
{ "name": "@microsoft/api-documenter", "version": "7.23.12", "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/tsdoc": "0.14.2", "colors": "~1.2.1", "js-yaml": "~3.13.1", "resolve": "~1.22.1", "@microsoft/api-extractor-model": "7.28.2", "@rushstack/node-core-library": "3.61.0", "@rushstack/ts-command-line": "4.17.1" }, "devDependencies": { "@types/js-yaml": "3.12.1", "@types/resolve": "1.20.2", "@rushstack/heft": "0.63.2", "local-node-rig": "1.0.0" }, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }