@searchkit/sdk
Version:
Elasticsearch Universal SDK for Searchkit
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "@searchkit/sdk",
"version": "3.0.0",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"author": "Joseph McElroy <phoey1@gmail.com>",
"sideEffects": false,
"license": "Apache-2.0",
"keywords": [
"graphql",
"elasticsearch",
"SDL",
"IDL",
"search"
],
"description": "Elasticsearch Universal SDK for Searchkit",
"bugs": {
"url": "https://github.com/searchkit/searchkit/issues"
},
"homepage": "https://www.searchkit.co",
"repository": {
"type": "git",
"url": "https://github.com/searchkit/searchkit.git",
"directory": "packages/searchkit-sdk"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf lib; tsc && tsc -p tsconfig-cjs.json",
"dev": "rm -rf lib; tsc --watch",
"test": "NODE_ENV=test jest --runInBand --forceExit --detectOpenHandles",
"coverage": "jest --coverage"
},
"dependencies": {
"@elastic/elasticsearch-types": "npm:@elastic/elasticsearch@^8.2.1",
"agentkeepalive": "^4.1.3",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@elastic/elasticsearch": "*"
},
"devDependencies": {
"@types/node": "^18.0.0",
"cross-fetch": "^3.1.5",
"nock": "^13.0.5",
"react": "^17.0.2",
"typescript": "^4.0.5"
},
"gitHead": "3805f655363e8a72a534807026aee67d01536d3a"
}