59 lines
No EOL
1.8 KiB
JSON
59 lines
No EOL
1.8 KiB
JSON
{
|
|
"name": "botbuilder-core",
|
|
"author": "Microsoft Corp.",
|
|
"description": "Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.",
|
|
"version": "4.23.2",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"botbuilder",
|
|
"botframework",
|
|
"bots",
|
|
"chatbots"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/botbuilder-js/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/botbuilder-js.git"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.9": {
|
|
"*": [
|
|
"_ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"botbuilder-dialogs-adaptive-runtime-core": "4.23.2-preview",
|
|
"botbuilder-stdlib": "4.23.2-internal",
|
|
"botframework-connector": "4.23.2",
|
|
"botframework-schema": "4.23.2",
|
|
"uuid": "^10.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1.7.7",
|
|
"mime-types": "^2.1.35",
|
|
"unzipper": "^0.12.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"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 ..\\botframework-schema\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK\" --readme none",
|
|
"build:rollup": "yarn clean && yarn build && api-extractor run --verbose --local",
|
|
"clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
|
|
"depcheck": "depcheck --config ../../.depcheckrc",
|
|
"lint": "eslint . --config ../../eslint.config.cjs",
|
|
"postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
|
|
"test": "npm-run-all build test:mocha",
|
|
"test:compat": "api-extractor run --verbose",
|
|
"test:mocha": "nyc mocha tests"
|
|
},
|
|
"files": [
|
|
"_ts3.4",
|
|
"lib",
|
|
"src"
|
|
]
|
|
} |