larvitamsettings
Version:
Share settings between microservices. Database driven, shared using RabbitMQ with larvitamintercom
35 lines (34 loc) • 897 B
JSON
{
"name": "larvitamsettings",
"version": "0.8.119",
"description": "Share settings between microservices. Database driven, shared using RabbitMQ with larvitamintercom",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run test:unit",
"test:unit": "mocha --exit --bail",
"lint": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitamsettings.git"
},
"keywords": [
"distributed",
"settings"
],
"author": "lilleman <lilleman@larvit.se>",
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitamsettings/issues"
},
"homepage": "https://github.com/larvit/larvitamsettings#readme",
"devDependencies": {
"eslint": "8.57.1",
"mocha": "11.1.0"
},
"dependencies": {
"larvitdb": "3.2.119",
"larvitdbmigration": "7.0.159",
"larvitutils": "5.1.140"
}
}