aimpress-chatbot/node_modules/botbuilder-stdlib/package.json
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

38 lines
No EOL
910 B
JSON

{
"name": "botbuilder-stdlib",
"author": "Microsoft Corp.",
"description": "BotBuilder shared libraries, internal only",
"version": "4.23.2-internal",
"internal": true,
"license": "MIT",
"keywords": [],
"bugs": {
"url": "https://github.com/Microsoft/botbuilder-js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/botbuilder-js.git"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
"depcheck": "depcheck --config ../../.depcheckrc",
"lint": "eslint . --config ../../eslint.config.cjs",
"postbuild": "downlevel-dts lib _ts3.4/lib",
"test": "yarn build && nyc mocha --check-leaks tests"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typesVersions": {
"<3.9": {
"*": [
"_ts3.4/*"
]
}
},
"files": [
"_ts3.4",
"lib",
"src"
]
}