{
  "name": "@dieugene/users-controller",
  "version": "1.0.26",
  "description": "Модуль для управления глобальным реестром пользователей сервиса и их данными через различные каналы коммуникации",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "users",
    "controller",
    "telegram",
    "bot",
    "global",
    "registry",
    "ydb",
    "database",
    "user-management",
    "channels",
    "uuid",
    "batch-processing"
  ],
  "author": {
    "name": "Eugene Ditkovsky"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niviron-ai/users-controller.git"
  },
  "homepage": "https://github.com/niviron-ai/users-controller#readme",
  "bugs": {
    "url": "https://github.com/niviron-ai/users-controller/issues"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.js",
    "README.md"
  ],
  "dependencies": {
    "@dieugene/key-value-db": "^1.0.6",
    "@dieugene/utils": "^1.15.45",
    "@dieugene/ydb-serverless": "^1.0.0",
    "uuid": "^11.1.0"
  }
}
