@voicenter-team/mysql-dynamic-cluster
Version:
Galera cluster with implementation of dynamic choose mysql server for queries, caching, hashing it and metrics
62 lines (61 loc) • 1.54 kB
JSON
{
"name": "@voicenter-team/mysql-dynamic-cluster",
"version": "3.1.1",
"description": "Galera cluster with implementation of dynamic choose mysql server for queries, caching, hashing it and metrics",
"homepage": "https://github.com/VoicenterTeam/mysql-dynamic-cluster#readme",
"bugs": {
"url": "https://github.com/VoicenterTeam/mysql-dynamic-cluster/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VoicenterTeam/mysql-dynamic-cluster.git"
},
"keywords": [
"mysql",
"galera",
"pool",
"cluster"
],
"author": "Bohdan",
"contributors": [
{
"name": "Bohdan",
"email": "bomtvv@gmail.com"
}
],
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"assets/"
],
"scripts": {
"build": "tsc --build",
"prepublish": "npm run build",
"start": "npm run build && node demo/index.js",
"test": "jest",
"coverage": "jest --coverage"
},
"dependencies": {
"@pm2/io": "^5.0.0",
"@voicenter-team/failover-amqp-pool": "^1.4.2",
"convict": "^6.2.3",
"deepmerge": "^4.2.2",
"ioredis": "^4.28.3",
"is-plain-object": "^5.0.0",
"mysql2": "^2.3.0",
"winston": "^3.8.1"
},
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/ioredis": "^4.28.10",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.0",
"dotenv": "^10.0.0",
"jest": "^27.1.1",
"ts-jest": "^27.0.5",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
}
}