{
  "name": "web-basic-example",
  "version": "0.0.2",
  "private": true,
  "dependencies": {
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "bumblebee-hotword": "^0.0.6",
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "deepspeech": "^0.6.0",
    "defaults": "^1.0.3",
    "jaxcore": "0.0.2",
    "jaxcore-deepspeech-plugin": "0.0.5",
    "mocha": "^6.1.4",
    "node-vad": "^1.1.4",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-scripts": "3.3.0",
    "should": "^13.2.3",
    "should-http": "^0.1.1",
    "socket.io": "^2.3.0",
    "socket.io-client": "^2.3.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test:client": "react-scripts test --env=jsdom --watchAll=false --coverage",
    "test:server": "NODE_ENV=dev mocha --recursive ./test/config.js ./test --exit",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
