{
  "name": "botframework-webchat-core-root",
  "version": "0.0.13",
  "description": "Core of botframework-webchat",
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdable2/BotFramework-WebChat.git"
  },
  "bugs": {
    "url": "https://github.com/mdable2/BotFramework-WebChat/issues"
  },
  "homepage": "https://github.com/mdable2/BotFramework-WebChat/packages/core#readme",
  "scripts": {
    "build": "npm run build:typescript && npm run build:babel",
    "build:babel": "babel src --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 --verbose",
    "build:typescript": "tsc --project src/tsconfig.json",
    "eslint": "eslint src/**/*.js src/**/*.ts",
    "prestart": "npm run build:babel",
    "start": "concurrently --kill-others --names \"babel,tsc\" \"npm run start:babel\" \"npm run start:typescript\"",
    "start:babel": "npm run build:babel -- --skip-initial-build --watch",
    "start:typescript": "npm run build:typescript -- --watch"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.7",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.7",
    "@babel/preset-typescript": "^7.8.3",
    "@types/node": "^12.12.18",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-transform-inline-environment-variables": "^0.4.3",
    "botframework-directlinejs": "^0.11.6",
    "concurrently": "^5.1.0",
    "eslint": "^6.8.0",
    "eslint-plugin-prettier": "^3.1.2",
    "prettier": "^1.19.1",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "@babel/runtime": "7.8.7",
    "jsonwebtoken": "8.5.1",
    "math-random": "1.0.4",
    "mime": "2.4.4",
    "p-defer": "3.0.0",
    "p-defer-es5": "1.0.1",
    "redux": "4.0.4",
    "redux-saga": "1.1.3",
    "simple-update-in": "2.1.1"
  },
  "gitHead": "404dfb30d4f981a20a0f82dce821ffb57a1cd27b"
}
