UNPKG

type2docfx

Version:

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

82 lines (81 loc) 2.5 kB
{ "_from": "botbuilder-azure@preview", "_id": "botbuilder-azure@4.0.0-m4.2", "_inBundle": false, "_integrity": "sha512-ehSVqvjQ2CGMbdOVIYerxKLO1m0U89Gmggk7/qMW1YQ47YbZWI8PnoAMbVqh76r+dY63LAfyNpVoxZuWlHAbxA==", "_location": "/botbuilder-azure", "_phantomChildren": { "@types/filenamify": "2.0.1", "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" }, "_requested": { "type": "tag", "registry": true, "raw": "botbuilder-azure@preview", "name": "botbuilder-azure", "escapedName": "botbuilder-azure", "rawSpec": "preview", "saveSpec": null, "fetchSpec": "preview" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/botbuilder-azure/-/botbuilder-azure-4.0.0-m4.2.tgz", "_shasum": "59ef8681b5d59526848b63dc1e14ec45eb0bffde", "_spec": "botbuilder-azure@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/node": "^9.3.0", "azure-storage": "^2.3.0", "botbuilder": "4.0.0-m4.2", "documentdb": "^1.14.2", "flat": "^4.0.0" }, "deprecated": false, "description": "Azure extensions 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", "azure" ], "license": "MIT", "main": "./lib/index.js", "name": "botbuilder-azure", "repository": { "type": "git", "url": "git+https://github.com/Microsoft/botbuilder-js.git" }, "scripts": { "build": "tsc", "build-docs": "typedoc --theme markdown --entryPoint botbuilder-azure --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-azure .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Azure\" --readme none", "clean": "erase /q lib\\*.*", "test": "tsc && nyc mocha tests/" }, "typings": "./lib/index.d.ts", "version": "4.0.0-m4.2" }