aimpress-chatbot/node_modules/botframework-schema/package.json
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

49 lines
No EOL
1.2 KiB
JSON

{
"name": "botframework-schema",
"author": "Microsoft Corp.",
"description": "Activity schema for the Microsoft Bot Framework.",
"version": "4.23.2",
"license": "MIT",
"keywords": [
"botconnector",
"bots",
"chatbots"
],
"homepage": "http://github.com/Microsoft/botbuilder-js",
"bugs": {
"url": "http://github.com/Microsoft/botbuilder-js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Microsoft/botbuilder-js.git"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"typesVersions": {
"<3.9": {
"*": [
"_ts3.4/*"
]
}
},
"dependencies": {
"uuid": "^10.0.0",
"zod": "^3.23.8",
"adaptivecards": "1.2.3"
},
"scripts": {
"build": "tsc -b",
"postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
"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",
"test": "yarn build && nyc mocha tests/",
"test:compat": "api-extractor run --verbose"
},
"files": [
"_ts3.4",
"lib",
"src"
]
}