@imskully/pm2-auto-pull
Version:
A pm2 module that automatically pulls the latest git version for your pm2 processes.
42 lines (41 loc) • 793 B
JSON
{
"name": "@imskully/pm2-auto-pull",
"author": "ImSkully",
"version": "1.2.0",
"license": "LGPL-3.0-or-later",
"description": "A pm2 module that automatically pulls the latest git version for your pm2 processes.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pm2",
"pm2-module",
"git"
],
"dependencies": {
"@pm2/io": "^5.0.0",
"async": "^3.2.4",
"pm2": "^5.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImSkully/pm2-auto-pull.git"
},
"bugs": {
"url": "https://github.com/ImSkully/pm2-auto-pull/issues"
},
"apps": [
{
"script": "app.js",
"merge_logs": true,
"env": {
"pm2_EXTRA_DISPLAY": "true"
}
}
],
"config": {
"interval": "",
"logging": ""
}
}