{
  "name": "@olasearch/logger",
  "version": "1.4.2",
  "description": "Logger redux middleware for google analytics and kibana",
  "main": "lib/index.js",
  "scripts": {
    "compile": "babel src --out-dir lib",
    "watch": "babel --watch src --out-dir lib",
    "test": "BABEL_ENV=production mocha --compilers js:babel-register --recursive",
    "test:watch": "npm test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/olasearch/olasearch-logger-middleware.git"
  },
  "author": "Vinay M <vinay@olasearch.com>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-olasearch": "^1.0.3",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "mocha": "^5.1.1"
  },
  "dependencies": {
    "@olasearch/alite": "^1.0.2"
  },
  "peerDependencies": {
    "@olasearch/core": "^3.3.4"
  }
}
