packages/core/package.json
{
"name": "@easen-tools/core",
"version": "0.0.0",
"description": "Core of toolkit for micro-services with Node.js",
"homepage": "https://github.com/rangoo94/easen-tools/tree/master/packages/core#readme",
"bugs": "https://github.com/rangoo94/easen-tools/issues",
"repository": {
"type": "git",
"url": "https://github.com/rangoo94/easen-tools.git",
"directory": "packages/core"
},
"author": "Dawid Rusnak <dawid@drcode.pl>",
"keywords": [
"easen",
"microservices",
"services",
"broker",
"dispatcher",
"action"
],
"license": "MIT",
"main": "index.js",
"files": [
"src/**/*"
],
"scripts": {
"test": "mocha tests/{**,}/*.spec.js"
},
"devDependencies": {
"bluebird": "^3.5.4",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"sinon": "^7.3.2"
},
"dependencies": {
"@easen-tools/uuid": "^1.0.1",
"microtime-x": "^1.1.0"
}
}