{
  "name": "@kirimgan/instant-meilisearch",
  "version": "0.11.2",
  "private": false,
  "description": "The search client to use Meilisearch with InstantSearch.",
  "homepage": "https://github.com/kirimgan/instant-meilisearch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/meilisearch/instant-meilisearch/issues"
  },
  "repository": "https://github.com/meilisearch/instant-meilisearch/tree/main/packages/instant-meilisearch",
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Meilisearch",
    "url": "https://meilisearch.com"
  },
  "keywords": [
    "search",
    "instantsearch",
    "client"
  ],
  "scripts": {
    "clear_jest": "jest --clearCache",
    "cleanup": "shx rm -rf dist/",
    "test:watch": "yarn test --watchAll",
    "test": "jest --runInBand --selectProjects dom --selectProjects node",
    "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 .",
    "lint:fix": "eslint --ext .js,.ts,.tsx . --fix",
    "test:types": "yarn tsc",
    "version": "node scripts/update_version.js"
  },
  "main": "./dist/instant-meilisearch.umd.js",
  "module": "./dist/instant-meilisearch.esm.js",
  "browser": "./dist/instant-meilisearch.umd.js",
  "cjs": "./dist/instant-meilisearch.cjs.js",
  "source": "src/index.ts",
  "typings": "./dist/types/index.d.ts",
  "types": "./dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "templates"
  ],
  "dependencies": {
    "meilisearch": "^0.31.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@types/jest": "^27.0.2",
    "algoliasearch": "^4.14.3",
    "babel-jest": "^27.2.2",
    "concurrently": "^7.1.0",
    "cssnano": "^4.1.10",
    "eslint-config-meilisearch": "*",
    "instantsearch.js": "^4.49.4",
    "jest": "^27.2.2",
    "jest-watch-typeahead": "^0.6.3",
    "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.32.1",
    "shx": "^0.3.4",
    "ts-jest": "^27.0.7",
    "tslib": "^2.4.1",
    "typescript": "^4.9.3"
  }
}
