@nestjs-mod/pm2
Version:
Production process manager for Node.JS applications with a built-in load balancer for NestJS-mod (Generator ecosystem.config.json for https://www.npmjs.com/package/pm2)
76 lines (75 loc) • 1.59 kB
JSON
{
"name": "@nestjs-mod/pm2",
"description": "Production process manager for Node.JS applications with a built-in load balancer for NestJS-mod (Generator ecosystem.config.json for https://www.npmjs.com/package/pm2)",
"version": "1.14.1",
"keywords": [
"nestjs",
"nestjs-mod",
"modules",
"mod",
"pm2",
"infrastructure"
],
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"engines": {
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/nestjs-mod/nestjs-mod-contrib/issues"
},
"homepage": "https://github.com/nestjs-mod/nestjs-mod-contrib",
"repository": {
"type": "git",
"url": "git+https://github.com/nestjs-mod/nestjs-mod-contrib.git"
},
"maintainers": [
{
"name": "EndyKaufman",
"email": "admin@site15.ru"
}
],
"dependencies": {
"tslib": "^2.3.0",
"pm2": ">=5.3.0"
},
"peerDependencies": {
"class-validator": "*",
"@nestjs/common": "*",
"@nestjs-mod/common": "*"
},
"peerDependenciesMeta": {
"class-validator": {
"optional": true
},
"@nestjs/common": {
"optional": true
},
"@nestjs-mod/common": {
"optional": true
}
},
"dependenciesInfo": {
"pm2": {
"docs": true
},
"dotenv": {
"docs": true
}
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"i18n": [
{
"scope": "pm2",
"path": "src/i18n",
"strategy": "join"
}
],
"types": "./src/index.d.ts"
}