{ "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" ] }