lj-log4js-pm2intercom
Version:
pm2-intercom is problematic with PM2 2.x, this is a mimic version to temporarily resolve some problem in our own project
41 lines (40 loc) • 828 B
JSON
{
"name": "lj-log4js-pm2intercom",
"version": "1.1.2",
"description": "pm2-intercom is problematic with PM2 2.x, this is a mimic version to temporarily resolve some problem in our own project",
"main": "dist/index.js",
"bin": {
"log4js-pm2": "dist/cmd.js"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liujingbreak/log4js-pm2-intercom.git"
},
"scripts": {
"tsc": "tsc -w"
},
"dependencies" : {
"lodash": "^4.17.10",
"@types/lodash": "^4.14.110",
"pify": "^3.0.0",
"@types/pify": "~3.0.2"
},
"keywords": [
"pubsub",
"intercomunication",
"microservice",
"service",
"zeromq",
"axon",
"pm2"
],
"devDependencies": {
"typescript": "2.9.2",
"@types/node": "^10.5.1"
},
"author": "Liu Jing",
"license": "MIT"
}