{
  "name": "@olasearch/solr-adapter",
  "version": "2.1.0",
  "description": "OlaSearch adapter for Solr",
  "main": "lib/index",
  "scripts": {
    "watch": "BABEL_ENV=production babel --watch src --out-dir lib",
    "standard": "standard --verbose | snazzy",
    "test": "BABEL_ENV=production mocha --compilers js:babel-register --recursive",
    "test:watch": "BABEL_ENV=production mocha --watch --compilers js:babel-register --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/OlaSearch/solr-adapter.git"
  },
  "keywords": [
    "olasearch",
    "solr"
  ],
  "author": "Vinay M",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/OlaSearch/solr-adapter/issues"
  },
  "homepage": "https://gitlab.com/OlaSearch/solr-adapter#readme",
  "standard": {
    "parser": "babel-eslint",
    "ignore": [
      "/test",
      "/lib",
      "/node_modules"
    ]
  },
  "dependencies": {
    "@olasearch/alite": "^1.0.5",
    "query-string": "^5.1.1",
    "ramda": "^0.25.0"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.0",
    "babel-loader": "^6.2.7",
    "babel-plugin-ramda": "^1.2.0",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-es3-property-literals": "^6.22.0",
    "babel-plugin-transform-object-set-prototype-of-to-assign": "^6.22.0",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-olasearch": "^1.0.4",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "mocha": "^4.0.1",
    "snazzy": "^5.0.0",
    "standard": "^8.5.0"
  }
}
