type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
78 lines (77 loc) • 2.52 kB
JSON
{
"_from": "botbuilder-prompts@preview",
"_id": "botbuilder-prompts@4.0.0-m4.2",
"_inBundle": false,
"_integrity": "sha512-bOKIgz0lftP4Hq3xZUiAjcWMQpHoFhEeB7wQlD65NtkKLvSWWho3Z09xbZjGcguw7S+iG8ml9nKnza/hPZZKQQ==",
"_location": "/botbuilder-prompts",
"_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-prompts@preview",
"name": "botbuilder-prompts",
"escapedName": "botbuilder-prompts",
"rawSpec": "preview",
"saveSpec": null,
"fetchSpec": "preview"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/botbuilder-prompts/-/botbuilder-prompts-4.0.0-m4.2.tgz",
"_shasum": "835330bf8d2e39a5ece76bdfa1065ad99b2b57b5",
"_spec": "botbuilder-prompts@preview",
"_where": "C:\\Users\\chawe\\source\\repos\\ReferenceAutomation\\nodejs\\TypeScript\\dist",
"author": {
"name": "stevenic@microsoft.com"
},
"bugs": {
"url": "https://github.com/Stevenic/botbuilder-toybox/issues"
},
"bundleDependencies": false,
"dependencies": {
"@microsoft/recognizers-text-suite": "^1.0.0",
"botbuilder": "4.0.0-m4.2",
"botbuilder-choices": "4.0.0-m4.2"
},
"deprecated": false,
"description": "Lightweight prompt system for Bot Builder v4.",
"devDependencies": {
"@types/mocha": "^2.2.47",
"@types/node": "^9.3.0",
"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/Stevenic/botbuilder-toybox#readme",
"keywords": [
"botbuilder",
"botbuilder-extensions"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "botbuilder-prompts",
"repository": {
"type": "git",
"url": "git+https://github.com/Stevenic/botbuilder-toybox.git"
},
"scripts": {
"build": "tsc",
"build-docs": "typedoc --theme markdown --entryPoint botbuilder-prompts --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-prompts .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Prompts\" --readme none",
"clean": "erase /q lib\\*.*",
"test": "tsc && nyc mocha tests/"
},
"typings": "./lib/index.d.ts",
"version": "4.0.0-m4.2"
}