{
  "name": "botbuilder-stdlib",
  "author": "Microsoft Corp.",
  "description": "BotBuilder shared libraries, internal only",
  "version": "4.23.3-internal",
  "internal": true,
  "license": "MIT",
  "keywords": [],
  "bugs": {
    "url": "https://github.com/Microsoft/botbuilder-js/issues"
  },
  "dependencies": {
    "@azure/core-auth": "^1.9.0",
    "@azure/core-http-compat": "^2.1.2",
    "@azure/core-rest-pipeline": "^1.18.1",
    "@azure/core-client": "^1.9.2",
    "@azure/core-tracing": "^1.2.0",
    "@azure/abort-controller": "^2.1.2"
  },
  "devDependencies": {
    "copyfiles": "^2.4.1"
  },
  "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 --ignore-pattern src/azureCoreHttpCompat/{util,response}.{d.ts,js}",
    "prebuild": "copyfiles -f node_modules/@azure/core-http-compat/dist/commonjs/{util,response}.{d.ts,js} src/azureCoreHttpCompat",
    "postbuild": "copyfiles -f src/azureCoreHttpCompat/{util,response}.{d.ts,js} lib/azureCoreHttpCompat && 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"
  ]
}