kumovega-instantsearch-adapter
Version:
Adapter to use InstantSearch UI widgets with Kumovega Search
91 lines (90 loc) • 2.68 kB
JSON
{
"name": "kumovega-instantsearch-adapter",
"version": "0.8.1",
"description": "Adapter to use InstantSearch UI widgets with Kumovega Search",
"homepage": "https://github.com/kumovega/kumovega-instantsearch-adapter",
"main": "lib/KumovegaInstantsearchAdapter.js",
"types": "index.d.ts",
"files": [
"dist/",
"lib/",
"src/",
"scripts/",
"index.d.ts"
],
"keywords": [
"kumo",
"vega",
"sdk",
"client",
"search",
"instantsearch.js",
"vue-instantsearch",
"react-instantsearch",
"angular-instantsearch",
"instant search",
"algolia",
"adapter",
"search client",
"search ui",
"search ui widgets",
"instantsearch"
],
"scripts": {
"pretest": "npm run lint && npm run test:type",
"postinstall": "node scripts/postinstall.js",
"lint": "eslint --fix . && prettier --write .",
"test": "jest --maxWorkers=1 --verbose",
"build:lib": "babel src -d lib --source-maps",
"build:dist": "webpack",
"test:type": "tsd",
"build": "npm run build:lib && npm run build:dist",
"testground": "yarn link && cd test/support/testground && yarn link kumovega-instantsearch-adapter && yarn install && yarn start",
"indexTestData": "node test/support/populateProductsIndex.js && node test/support/populateBrandsIndex.js && node test/support/populateRecipesIndex.js && node test/support/populateAirportsIndex.js"
},
"author": {
"name": "Kumo-ai, Inc.",
"email": "contact@kumo-ai.tech",
"url": "http://kumo-ai.tech"
},
"license": "Apache-2.0",
"repository": "kumovega/kumovega-instantsearch-adapter",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"expect-puppeteer": "^10.0.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"jest-dev-server": "^10.0.0",
"jest-junit": "^16.0.0",
"jest-puppeteer": "^10.0.1",
"lodash.clonedeep": "^4.5.0",
"prettier": "^3.2.5",
"puppeteer": "^22.6.1",
"tsd": "^0.30.7",
"typescript": "^4.6.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"@babel/runtime": "^7.24.1"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"kumovega": "^1.5.10"
}
}