{
  "name": "@clinia/search-helper",
  "version": "2.0.1",
  "description": "Helper for implementing advanced search features with clinia",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "watch": "watchify index.js -v -s searchHelper -o dist/search.helper.js",
    "build": "./scripts/build.sh",
    "lint": "eslint .",
    "lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
    "doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
    "doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
    "doc:publish": "yarn run doc && gh-pages -d documentation",
    "doc:staging": "scripts/staging-doc.sh",
    "readme:toc": "doctoc --notitle README.md --maxlevel 3",
    "test": "scripts/test.sh",
    "test:unit": "jest",
    "test:watch": "jest --watch",
    "release": "./scripts/release.js",
    "changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
    "changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
  },
  "author": {
    "name": "Clinia",
    "url": "https://www.clinia.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/clinia/search-helper-js.git"
  },
  "files": [
    "dist",
    "src",
    "index.js",
    "index.d.ts"
  ],
  "devDependencies": {
    "babel-core": "6.26.3",
    "babel-eslint": "^4.1.6",
    "babel-loader": "6.4.1",
    "babel-preset-es2015": "6.24.1",
    "browserify": "14.5.0",
    "bulkify": "1.4.2",
    "clinia": "2.0.0-beta.2",
    "collect-json": "1.0.8",
    "colors": "1.1.2",
    "conventional-changelog-cli": "1.3.2",
    "doctoc": "1.3.0",
    "eslint": "1.10.3",
    "eslint-config-airbnb": "0.0.8",
    "eslint-config-algolia": "3.0.0",
    "exorcist": "1.0.1",
    "gh-pages": "1.0.0",
    "gulp": "3.9.1",
    "gulp-cli": "1.3.0",
    "gulp-livereload": "3.8.1",
    "gulp-sass": "2.3.2",
    "handlebars": "4.3.0",
    "jest": "24.7.1",
    "jest-watch-typeahead": "0.3.0",
    "jsdoc-parse": "1.2.7",
    "jsdoc-to-markdown": "1.3.9",
    "marked": "0.3.19",
    "metalsmith": "2.3.0",
    "metalsmith-changed": "2.0.0",
    "metalsmith-discover-partials": "0.1.0",
    "metalsmith-headings": "0.1.0",
    "metalsmith-in-place": "superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
    "metalsmith-layouts": "1.8.1",
    "metalsmith-markdown": "0.2.1",
    "metalsmith-metallic": "1.0.0",
    "metalsmith-packagejson": "1.1.0",
    "metalsmith-sass": "1.4.0",
    "metalsmith-serve": "0.0.7",
    "metalsmith-watch": "1.0.3",
    "metalsmith-webpack": "1.0.3",
    "mversion": "1.13.0",
    "onchange": "3.2.1",
    "pretty-bytes-cli": "2.0.0",
    "prompt": "1.0.0",
    "pug": "^2.0.3",
    "semver": "5.3.0",
    "shelljs": "0.7.8",
    "st": "1.2.2",
    "uglify-js": "2.8.29",
    "vinyl": "1.2.0",
    "watchify": "3.7.0",
    "webpack": "1.15.0",
    "webpack-stream": "3.2.0",
    "yargs": "13.2.4"
  },
  "dependencies": {
    "events": "^1.1.1"
  },
  "peerDependencies": {
    "clinia": ">= 2.0.0"
  }
}
