UNPKG

@meilisearch/instant-meilisearch

Version:
81 lines 2.51 kB
{ "name": "@meilisearch/instant-meilisearch", "version": "0.16.0", "private": false, "description": "The search client to use Meilisearch with InstantSearch.", "homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch", "license": "MIT", "bugs": { "url": "https://github.com/meilisearch/meilisearch-js-plugins/issues" }, "repository": { "type": "git", "url": "https://github.com/meilisearch/meilisearch-js-plugins.git" }, "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.37.0" }, "devDependencies": { "@babel/cli": "^7.22.9", "@babel/core": "^7.20.12", "@babel/preset-env": "^7.21.4", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-node-resolve": "^11.2.0", "@types/jest": "^27.0.2", "algoliasearch": "^4.17.2", "babel-jest": "^27.2.2", "concurrently": "^7.1.0", "cssnano": "^4.1.10", "eslint-config-meilisearch": "*", "instantsearch.js": "^4.56.2", "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.6.1", "typescript": "^4.9.5" } }