UNPKG

@only-chat/elasticsearch-user-store

Version:
37 lines (36 loc) 845 B
{ "name": "@only-chat/elasticsearch-user-store", "version": "0.2.0-beta.25", "description": "Elasticsearchn 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", "only-chat", "store", "user" ] }