1 Star 0 Fork 0

夕空/pm2-installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.35 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "pm2-installer",
"version": "3.4.1-BETA-7",
"description": "Install pm2 offline as a service on Windows or Linux",
"homepage": "https://github.com/jessety/pm2-installer#readme",
"bugs": {
"url": "https://github.com/jessety/pm2-installer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessety/pm2-installer.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/jessety"
},
"license": "MIT",
"author": "Jesse Youngblood",
"scripts": {
"bundle": "node ./src/tools/script-for-os.js",
"bundle:default": "echo 'ERROR: Could not detect host platform'",
"bundle:unix": "bash ./src/unix/bundle.sh",
"bundle:windows": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\bundle.ps1",
"configure": "node ./src/tools/script-for-os.js",
"configure-policy": "node ./src/tools/script-for-os.js",
"configure-policy:default": "echo 'Altering PowerShell execution policy not necessary for this platform.';",
"configure-policy:windows": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\configure-policy-shell.ps1",
"configure:default": "echo 'Altering npm configuration not necessary for this platform.';",
"configure:windows": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\configure-setup.ps1",
"deconfigure": "node ./src/tools/script-for-os.js",
"deconfigure:default": "echo 'Altering npm configuration not necessary for this platform.';",
"deconfigure:windows": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\configure-remove.ps1",
"format": "sort-package-json && prettier --write '**/*.{ts,js,mjs,cjs,json,yml,md}' && eslint --fix .",
"info": "node ./src/bundle-info/current.js",
"info-config": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\info-config.ps1",
"info-service": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\info-service.ps1",
"preinstall": "echo WARNING: Running install in this project is not necessary to install or bundle pm2. See README.",
"postinstall": "echo WARNING: Running install in this project is not necessary to install or bundle pm2. See README.",
"lint": "eslint . && editorconfig-checker .",
"remove": "node ./src/tools/script-for-os.js",
"remove:default": "echo 'ERROR: Could not detect host platform'",
"remove:unix": "bash ./src/unix/remove.sh",
"remove:windows": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\remove.ps1",
"setup": "node ./src/tools/script-for-os.js",
"setup:default": "echo 'ERROR: Could not detect host platform'",
"setup:unix": "bash ./src/unix/setup.sh",
"setup:windows": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\setup.ps1",
"unbundle": "node ./src/tools/script-for-os.js",
"unbundle:default": "echo 'ERROR: Could not detect host platform'",
"unbundle:unix": "bash ./src/unix/unbundle.sh",
"unbundle:windows": "PowerShell -NoProfile -ExecutionPolicy Bypass src\\windows\\unbundle.ps1"
},
"dependencies": {
"@jessety/pm2-logrotate": "^2.7.1",
"node-windows": "1.0.0-beta.6",
"pm2": "5.2.2"
},
"devDependencies": {
"@jessety/eslint-config": "^2.4.0",
"@jessety/prettier-config": "^1.2.0",
"editorconfig-checker": "^4.0.2",
"eslint": "^8.28.0",
"prettier": "^2.7.1",
"sort-package-json": "^2.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flashme/pm2-installer.git
git@gitee.com:flashme/pm2-installer.git
flashme
pm2-installer
pm2-installer
december2022

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385