@only-chat/elasticsearch-store
Version:
Elasticsearch storage for only-chat
37 lines (36 loc) • 839 B
JSON
{
"name": "@only-chat/elasticsearch-store",
"version": "0.2.0-beta.25",
"description": "Elasticsearch storage for only-chat",
"homepage": "https://github.com/only-chat/node-backend/packages/stores/elasticsearch",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/only-chat/node-backend.git",
"directory": "packages/stores/elasticsearch"
},
"scripts": {
"build": "tsc"
},
"author": "only-chat",
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "~9.1.1"
},
"devDependencies": {
"@only-chat/types": "0.2.0-beta.25",
"@types/node": "^24.3.0",
"typescript": "^5.9.2"
},
"files": [
"dist/"
],
"keywords": [
"elasticsearch",
"node",
"only-chat",
"store"
]
}