{
  "name": "tuain-ecosystem-lib",
  "version": "1.3.14",
  "description": "Servicio de gestión mensajería instantanea de la plataforma Tuain",
  "scripts": {
    "test": "mocha --timeout 600000",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/imixconsulting/tuain_msnode_prime_chat.git"
  },
  "keywords": [
    "Tuain",
    "Ecosystem"
  ],
  "author": "IMIX",
  "license": "ISC",
  "dependencies": {
    "change-case": "^4.1.2",
    "mongodb": "^3.5.9",
    "node-forge": "^1.3.1",
    "tunnel-ssh": "^4.1.4",
    "util": "^0.11.1",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.7.0",
    "chai": "^4.3.3",
    "eslint": "^9.7.0",
    "eslint-config-prettier": "^9.1.0",
    "globals": "^15.8.0",
    "husky": "^9.1.1",
    "mocha": "^10.0.0",
    "prettier": "^3.3.3"
  }
}