{
  "name": "botbuilder-dialogs-adaptive-runtime-core",
  "preview": true,
  "author": "Microsoft Corp.",
  "version": "4.23.3-preview",
  "license": "MIT",
  "description": "Bot Framework Adaptive Dialogs runtime core components",
  "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": {
    "dependency-graph": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "^10.7.3",
    "nyc": "^17.0.0"
  },
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
    "depcheck": "depcheck --config ../../.depcheckrc --ignores dependency-graph",
    "lint": "eslint . --config ../../eslint.config.cjs",
    "postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
    "test": "nyc mocha --experimental-transform-types",
    "test:min": "nyc --silent mocha --reporter dot --experimental-transform-types"
  },
  "mocha": {
    "extension": ".test.ts",
    "recursive": true,
    "require": [
      "ts-node/register",
      "source-map-support/register"
    ]
  },
  "files": [
    "_ts3.4",
    "lib",
    "src"
  ]
}