{
  "name": "instant-go-search",
  "version": "0.6.2",
  "private": false,
  "description": "The search client to use GoSearch with InstantSearch.",
  "scripts": {
    "cleanup": "shx rm -rf dist/",
    "test:watch": "yarn test --watch",
    "test": "jest --runInBand --selectProjects dom --selectProjects node",
    "test:build": "yarn build && jest --runInBand --selectProjects build",
    "local:env:setup": "yarn --cwd ./tests/env/react && yarn --cwd ./tests/env/react setup",
    "local:env:react": "yarn --cwd ./tests/env/react && yarn --cwd ./tests/env/react start",
    "postbuild": "yarn typingsheader",
    "typingsheader": "node scripts/build.js",
    "build": "yarn cleanup && rollup -c rollup.config.js && rollup --environment NODE_ENV:production -c rollup.config.js",
    "dev": "rollup -c rollup.config.js --watch",
    "lint": "eslint --ext .js,.ts,.tsx,.vue .",
    "lint:fix": "eslint --ext .js,.ts,.tsx,.vue --fix .",
    "types": "yarn tsc"
  },
  "main": "./dist/instant-go-search.umd.js",
  "module": "./dist/instant-go-search.esm.js",
  "browser": "./dist/instant-go-search.umd.js",
  "cjs": "./dist/instant-go-search.cjs.js",
  "source": "src/index.ts",
  "typings": "./dist/types/index.d.ts",
  "types": "./dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "templates"
  ],
  "keywords": [
    "search",
    "instantsearch",
    "client"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tscheuneman/instant-go-search.git"
  },
  "dependencies": {
    "meilisearch": "0.25.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.8",
    "@babel/preset-env": "^7.16.11",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@types/jest": "^27.0.2",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "@typescript-eslint/parser": "^4.32.0",
    "algoliasearch": "^4.13.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^27.2.2",
    "concurrently": "^7.0.0",
    "cssnano": "^4.1.10",
    "eslint": "^7.21.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-config-standard": "^16.0.0",
    "eslint-plugin-flowtype": "^5.3.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.1.5",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-promise": "^4.3.1",
    "eslint-plugin-standard": "^5.0.0",
    "instantsearch.js": "^4.39.1",
    "jest": "^27.2.2",
    "jest-watch-typeahead": "^0.6.3",
    "prettier": "^2.0.0",
    "regenerator-runtime": "^0.13.7",
    "rollup": "^2.40.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-terser": "^7.0.0",
    "rollup-plugin-typescript2": "^0.30.0",
    "shx": "^0.3.3",
    "ts-jest": "^27.0.7",
    "tslib": "^2.3.1",
    "typescript": "^4.6.2"
  }
}
