UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

44 lines (43 loc) 1.13 kB
{ "name": "type2docfx", "version": "0.9.93", "description": "A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.", "main": "./dist/main.js", "bin": "./dist/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/wuhanyumsft/type2docfx.git" }, "keywords": [ "typescript", "docfx", "documentation" ], "author": "Simon Wu (siw)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/wuhanyumsft/type2docfx/issues" }, "homepage": "https://github.com/wuhanyumsft/type2docfx#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-tslint": "^8.1.2", "gulp-typescript": "^3.2.2", "tslint": "^5.6.0", "typescript": "^2.4.2" }, "dependencies": { "@types/commander": "^2.9.2", "@types/fs-extra": "^4.0.0", "@types/js-yaml": "^3.9.1", "@types/lodash": "^4.14.74", "commander": "^2.11.0", "fs": "0.0.1-security", "fs-extra": "^4.0.1", "js-yaml": "^3.9.1", "lodash": "^4.17.4" } }