UNPKG

@talend/react-faceted-search-query-client

Version:
68 lines (67 loc) 2.07 kB
{ "name": "@talend/react-faceted-search-query-client", "version": "2.0.2", "description": "Faceted search Query client", "main": "lib/index.js", "module": "./lib-esm/index.js", "exports": { "./lib/*": { "import": "./lib-esm/*", "require": "./lib/*" }, ".": { "import": "./lib-esm/index.js", "require": "./lib/index.js" } }, "license": "Apache-2.0", "scripts": { "build:dev": "talend-scripts build --umd --dev", "build:prod": "talend-scripts build --umd --prod", "pre-release": "yarn build:dev && yarn build:prod", "build:lib": "talend-scripts build", "build:lib:esm": "talend-scripts build --esm", "test": "cross-env TZ=UTC talend-scripts test", "test:watch": "cross-env TZ=UTC talend-scripts test --watch", "test:cov": "cross-env TZ=UTC talend-scripts test --coverage", "lint": "talend-scripts lint ./src/**/*.js ./stories/**/*.js ./.storybook/**/*.js", "extract-i18n": "i18next-scanner --config i18next-scanner.config.js" }, "keywords": [ "react", "talend", "faceted-search", "query-client", "tql" ], "author": "Talend Frontend <frontend@talend.com>", "homepage": "https://github.com/Talend/ui/tree/master/packages/faceted-search-query-client#readme", "bugs": { "url": "https://github.com/Talend/ui/issues" }, "repository": { "type": "git", "url": "https://github.com/Talend/ui.git" }, "dependencies": { "@talend/daikon-tql-client": "^1.3.1", "lodash": "^4.17.21" }, "devDependencies": { "@talend/eslint-config": "^13.2.4", "@talend/eslint-plugin": "^1.3.2", "@talend/react-faceted-search": "21.0.2", "@talend/scripts-core": "^16.5.4", "@talend/scripts-config-babel": "^13.5.2", "@talend/scripts-config-jest": "^14.2.2", "@talend/scripts-config-react-webpack": "^16.8.5", "@talend/scripts-config-typescript": "^11.3.2", "cross-env": "^7.0.3" }, "peerDependencies": { "@talend/react-faceted-search": "^21.0.0" }, "publishConfig": { "access": "public" } }