UNPKG

dot-rest

Version:

a minimalist toolkit for building scalable, fault tolerant and eventually-consistent microservices

54 lines (53 loc) 1.18 kB
{ "name": "dot-rest", "version": "0.4.0", "description": "a minimalist toolkit for building scalable, fault tolerant and eventually-consistent microservices", "keywords": [ "microservice", "microservices", "soa", "rpc", "service registry", "service discovery", "rest", "api" ], "main": "index.js", "scripts": { "coverage": "./node_modules/.bin/jest --coverage", "test": "./node_modules/.bin/jest" }, "author": { "name": "Umut Aydin" }, "engines": { "node": ">=v6.14.4" }, "bugs": { "url": "https://github.com/dot-microservices/dot-rest/issues" }, "repository": { "type": "git", "url": "git://github.com/dot-microservices/dot-rest.git" }, "license": "MIT", "devDependencies": { "clerq": "^0.5.0", "eslint": "^7.0.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "jest": "^26.0.1", "redis-mock": "^0.49.0" }, "dependencies": { "axios": "^0.19.2", "body": "^5.1.0", "find-my-way": "^3.0.0", "is_js": "^0.9.0", "pino": "^6.2.1", "portfinder": "^1.0.26" }, "jest": { "testEnvironment": "node" } }