{
  "name": "@vefacaglar/botframework-webchat",
  "version": "4.5.3",
  "description": "A highly-customizable web-based chat client for Azure Bot Services.",
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/BotFramework-WebChat.git"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/BotFramework-WebChat/issues"
  },
  "homepage": "https://github.com/Microsoft/BotFramework-WebChat/#readme",
  "scripts": {
    "build": "npm run build:typecheck && npm run build:babel-instrumented && webpack-cli --config webpack-instrumented.config.js --run-dev",
    "build:babel": "babel --extensions .js,.ts,.tsx --ignore **/*.spec.js,**/*.spec.ts,**/*.spec.tsx,**/*.test.js,**/*.test.ts,**/*.test.tsx,__tests__/**/*.js,__tests__/**/*.ts,__tests__/**/*.tsx --out-dir lib --source-maps inline --verbose src",
    "build:babel-instrumented": "npm run build:babel -- --env-name test",
    "build:typecheck": "tsc",
    "clean": "npm run clean:dist && npm run clean:lib",
    "clean:dist": "rimraf dist",
    "clean:lib": "rimraf lib",
    "eslint": "eslint src/**/*.js src/**/*.ts --ignore-pattern *.spec.[jt]sx? --ignore-pattern *.test.[jt]sx?",
    "prepublishOnly": "npm run build:typecheck && npm run build:babel && webpack-cli",
    "watch": "concurrently --names \"babel,typecheck,webpack\" \"npm run watch:babel\" \"npm run watch:typecheck\" \"npm run watch:webpack\"",
    "watch:babel": "npm run build:babel-instrumented -- --watch",
    "watch:typecheck": "npm run build:typecheck -- --preserveWatchOutput --watch",
    "watch:webpack": "webpack-cli --config webpack-watch.config.js --mode development --watch"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.3",
    "adaptivecards": "~1.2.0",
    "botframework-directlinejs": "^0.11.4",
    "@vefacaglar/botframework-webchat-component": "4.5.1",
    "@vefacaglar/botframework-webchat-core": "4.5.0",
    "core-js": "^2.5.7",
    "eslint": "^5.16.0",
    "markdown-it": "^8.4.2",
    "markdown-it-for-inline": "^0.1.1",
    "memoize-one": "^5.0.2",
    "microsoft-speech-browser-sdk": "^0.0.12",
    "prop-types": "^15.7.2",
    "react": "^16.5.0",
    "react-dom": "^16.5.0",
    "sanitize-html": "^1.19.0",
    "url-search-params-polyfill": "^5.0.0",
    "web-speech-cognitive-services": "^4.0.0",
    "whatwg-fetch": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.3",
    "@babel/core": "^7.4.3",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.3",
    "@babel/plugin-transform-runtime": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@types/node": "^10.9.4",
    "@types/react": "^16.4.13",
    "@typescript-eslint/eslint-plugin": "^1.7.0",
    "@typescript-eslint/parser": "^1.7.0",
    "babel-plugin-istanbul": "^5.1.0",
    "babel-plugin-version-transform": "^1.0.0",
    "concurrently": "^4.0.1",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.13.0",
    "prettier": "^1.17.1",
    "terser-webpack-plugin": "^1.2.3",
    "typescript": "^3.1.6",
    "webpack": "^4.30.0",
    "webpack-cli": "^3.1.2",
    "webpack-visualizer-plugin": "^0.1.11"
  }
}
