{
  "name": "bundle",
  "version": "0.0.0-0",
  "main": "lib/index.js",
  "private": true,
  "scripts": {
    "build": "npm run build:babel && npm run build:webpack",
    "build:babel": "babel --out-dir lib --source-maps inline --verbose src/",
    "build:webpack": "npm run build:webpack:development && npm run build:webpack:production",
    "build:webpack:development": "webpack --config webpack-instrumented.config.js",
    "build:webpack:production": "webpack",
    "clean": "rimraf dist",
    "eslint": "eslint src/**/*.js",
    "prepublishOnly": "npm run eslint && npm run build",
    "start": "npm run build && concurrently --kill-others --names \"babel,webpack\" \"npm run start:babel\" \"npm run start:webpack\"",
    "start:babel": "npm run build:babel -- --skip-initial-build --watch",
    "start:webpack": "webpack --config webpack-watch.config.js --watch"
  },
  "dependencies": {
    "@babel/runtime": "7.14.6",
    "web-speech-cognitive-services": "^0.0.0-0"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "concurrently": "^6.2.0",
    "eslint": "^7.30.0",
    "microsoft-cognitiveservices-speech-sdk": "^1.17.0",
    "rimraf": "^3.0.2",
    "webpack": "^5.44.0",
    "webpack-cli": "^4.7.2",
    "webpack-stats-plugin": "^1.0.3"
  }
}
