UNPKG

@ecomplus/search-engine

Version:

JS lib to handle products search with E-Com Plus stores

73 lines (72 loc) 1.95 kB
{ "name": "@ecomplus/search-engine", "version": "2.6.1", "description": "JS lib to handle products search with E-Com Plus stores", "module": "src/index.js", "browser": "dist/ecom-search.min.js", "main": "dist/ecom-search.node.js", "jsdelivr": "dist/ecom-search.var.min.js", "unpkg": "dist/ecom-search.var.min.js", "scripts": { "build": "NODE_ENV=production webpack", "serve": "webpack-dev-server", "doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash", "release": "rm -rf ./dist; npm ddp && npm run build && standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/ecomplus/search-engine.git" }, "keywords": [ "ecomplus", "search-items", "products-search", "ecommerce", "elasticsearch" ], "author": "E-Com Club <ti@e-com.club>", "license": "MIT", "bugs": { "url": "https://github.com/ecomplus/search-engine/issues" }, "homepage": "https://github.com/ecomplus/search-engine#readme", "peerDependencies": { "@ecomplus/utils": "^1.4.1" }, "optionalDependencies": { "core-js": "3.x" }, "dependencies": { "@ecomplus/client": "^2.2.1", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.2" }, "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.5", "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@ecomplus/utils": "^1.4.1", "babel-loader": "^8.2.2", "core-js": "^3.14.0", "docdash": "^1.2.0", "husky": "^6.0.0", "jsdoc": "^3.6.7", "standard": "^16.0.3", "standard-version": "^9.3.0", "webpack": "^4.46.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.2" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "browserslist": [ "last 1 version", "not dead", "> 0.2%" ], "publishConfig": {} }