jm-ms-core
Version:
MicroService core lib
42 lines (41 loc) • 902 B
JSON
{
"name": "jm-ms-core",
"version": "2.2.5",
"description": "MicroService core lib",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"files": [
"/dist"
],
"scripts": {
"build": "npx rollup -c rollup.config.js",
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "https://github.com/jm-root/jm-ms-core.git"
},
"keywords": [
"javascript",
"MicroService",
"micro service",
"jm-ms-core"
],
"author": {
"name": "Jeff YU"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jm-root/jm-ms-core/issues"
},
"homepage": "https://github.com/jm-root/jm-ms-core",
"dependencies": {
"jm-err": "^1.0.8",
"jm-event": "^2.0.9",
"jm-module": "^1.0.1",
"jm-route": "^0.1.2",
"jm-utils": "^1.0.6",
"path-to-regexp": "^1.7.0"
},
"gitHead": "31d0534e610fecdfe49bbe35185e149f43ea3109"
}