UNPKG

type2docfx

Version:

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

76 lines (75 loc) 2.42 kB
{ "_from": "botbuilder@preview", "_id": "botbuilder@4.0.0-m4.2.1", "_inBundle": false, "_integrity": "sha512-iOQ3NHZnoHV+9ctkbTgXTc0Xuj7Xyy2WXv1EpXTejQ++0tOjZlwYQdK2COrwMJWWJHQOhBlhh14k1Vqq7AI6Lg==", "_location": "/botbuilder", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "botbuilder@preview", "name": "botbuilder", "escapedName": "botbuilder", "rawSpec": "preview", "saveSpec": null, "fetchSpec": "preview" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/botbuilder/-/botbuilder-4.0.0-m4.2.1.tgz", "_shasum": "d449287e6ab7a5ef874fa852f32c2ae027766a23", "_spec": "botbuilder@preview", "_where": "C:\\Users\\chawe\\source\\repos\\ReferenceAutomation\\nodejs\\TypeScript\\dist", "author": { "name": "Microsoft Corp." }, "bugs": { "url": "https://github.com/Microsoft/botbuilder-js/issues" }, "bundleDependencies": false, "dependencies": { "@types/filenamify": "^2.0.1", "@types/node": "^9.3.0", "async-file": "^2.0.2", "botbuilder-core": "4.0.0-m4.2", "botbuilder-core-extensions": "4.0.0-m4.2", "botframework-connector": "4.0.0-m4.2", "filenamify": "^2.0.0", "readline": "^1.3.0" }, "deprecated": false, "description": "Services for Microsoft BotBuilder.", "devDependencies": { "@types/mocha": "^2.2.47", "codelyzer": "^4.1.0", "mocha": "^5.0.0", "nyc": "^11.4.1", "source-map-support": "^0.5.3", "ts-node": "^4.1.0" }, "homepage": "https://github.com/Microsoft/botbuilder-js#readme", "keywords": [ "botbuilder", "botframework", "bots", "chatbots" ], "license": "MIT", "main": "./lib/index.js", "name": "botbuilder", "repository": { "type": "git", "url": "git+https://github.com/Microsoft/botbuilder-js.git" }, "scripts": { "build": "tsc", "build-docs": "typedoc --theme markdown --entryPoint botbuilder --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder .\\lib\\index.d.ts ..\\botbuilder-core\\lib\\index.d.ts ..\\botbuilder-core-extensions\\lib\\index.d.ts ..\\botframework-schema\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK\" --readme none", "clean": "erase /q lib\\*.*", "test": "tsc && nyc mocha tests/" }, "typings": "./lib/index.d.ts", "version": "4.0.0-m4.2.1" }