UNPKG

type2docfx

Version:

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

57 lines (56 loc) 1.48 kB
{ "name": "type2docfx", "version": "1.3.5", "description": "A tool to convert json format output from TypeDoc to schema driven reference model for DocFx to consume.", "main": "./dist/main.js", "bin": { "type2docfx": "./dist/cli.js" }, "scripts": { "build": "tsc", "start": "ts-node src/cli.ts", "test": "ts-node node_modules/jest/bin/jest.js", "prepublishOnly": "tsc", "coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/docascode/type2docfx.git" }, "keywords": [ "typescript", "docfx", "documentation" ], "author": "Microsoft", "license": "Apache-2.0", "bugs": { "url": "https://github.com/docascode/type2docfx/issues" }, "homepage": "https://github.com/docascode/type2docfx#readme", "devDependencies": { "@types/fs-extra": "^4.0.9", "@types/jest": "^26.0.24", "@types/js-yaml": "^3.12.1", "@types/lodash": "^4.14.149", "@types/rewire": "^2.5.28", "jest": "^27.0.6", "rewire": "^6.0.0", "ts-jest": "^27.0.4", "ts-node": "^10.9.1", "tslint": "^5.20.1", "typescript": "^3.7.3" }, "dependencies": { "commander": "^9.4.1", "fs-extra": "^9.0.0", "js-yaml": "^3.13.1", "lodash": "^4.17.5", "prettier": "^2.7.1", "typedoc": "0.15.3" }, "publishConfig": { "tag": "latest", "registry": "https://registry.npmjs.org/" } }