{
  "name": "@comsultia/speech2text",
  "version": "0.0.12",
  "description": "Google Speech to Text plugin using websockets to communicate with backend",
  "main": "dist/bundle.js",
  "scripts": {
    "start": "webpack --watch --mode development",
    "build": "webpack --mode production"
  },
  "keywords": [
    "websocket",
    "google",
    "google api",
    "google speech",
    "Google Cloud Speech API",
    "speech",
    "speech to text",
    "speech2text",
    "microphone",
    "audio recorder"
  ],
  "repository": {
    "type": "git",
    "url": "ssh://git@bit.comsultia.com:7999/nod/speech2text.git"
  },
  "author": "Comsultia, s.r.o.",
  "license": "ISC",
  "dependencies": {
    "babel-loader": "^8.0.4",
    "@babel/cli": "^7.2.3",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
    "@babel/preset-env": "^7.4.1",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/core": "^7.1.6",
    "typescript": "^3.3.3",
    "webpack": "^4.35.0",
    "webpack-cli": "^3.3.4",
    "webpack-dev-server": "^3.7.2"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-minify": "^3.1.0"
  }
}
