searchkit
Version:
Search UI for Elasticsearch.
65 lines (64 loc) • 1.5 kB
JSON
{
"name": "searchkit",
"version": "4.14.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"description": "Search UI for Elasticsearch.",
"keywords": [
"elasticsearch",
"search",
"ui",
"react",
"vue",
"angular",
"instantsearch",
"autocomplete"
],
"repository": "https://github.com/searchkit/searchkit",
"bugs": "https://github.com/searchkit/searchkit/issues",
"homepage": "https://www.searchkit.co",
"license": "MIT",
"files": [
"dist/"
],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package": "./package.json",
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"jsdelivr": "dist/umd/index.global.js",
"unpkg": "dist/umd/index.global.js",
"scripts": {
"lint": "eslint src/*.ts*",
"build": "tsup",
"dev": "npm run build --watch",
"test": "jest"
},
"devDependencies": {
"@elastic/elasticsearch": "^8.9.0",
"@types/jest": "^29.1.1",
"cross-fetch": "^3.1.5",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"jest": "29.1.2",
"nock": "^14.0.0-beta.4",
"node-fetch": "^2.6.6",
"ts-jest": "29.0.3",
"tsconfig": "*",
"tsup": "^6.3.0",
"typescript": "^4.9.5",
"jest-environment-jsdom": "^29.5.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"deepmerge": "^4.2.2"
}
}