1 | {
|
2 | "name": "pm2",
|
3 | "preferGlobal": true,
|
4 | "version": "5.4.0",
|
5 | "engines": {
|
6 | "node": ">=12.0.0"
|
7 | },
|
8 | "directories": {
|
9 | "bin": "./bin",
|
10 | "lib": "./lib",
|
11 | "example": "./examples"
|
12 | },
|
13 | "author": {
|
14 | "name": "Strzelewicz Alexandre",
|
15 | "email": "alexandre@pm2.io",
|
16 | "url": "https://pm2.io"
|
17 | },
|
18 | "maintainers": [
|
19 | {
|
20 | "name": "Alexandre Strzelewicz",
|
21 | "email": "alexandre@pm2.io"
|
22 | },
|
23 | {
|
24 | "name": "Antoine Bluchet",
|
25 | "email": "antoine@pm2.io"
|
26 | }
|
27 | ],
|
28 | "contributors": [
|
29 | {
|
30 | "name": "Alex Kocharin",
|
31 | "email": "alex@kocharin.ru"
|
32 | },
|
33 | {
|
34 | "name": "Antoine Bluchet",
|
35 | "email": "soyuka@gmail.com"
|
36 | },
|
37 | {
|
38 | "name": "Subhash Burramsetty"
|
39 | },
|
40 | {
|
41 | "name": "Valentin Marchaud",
|
42 | "email": "thisismac47@gmail.com"
|
43 | },
|
44 | {
|
45 | "name": "Valentin Touffet",
|
46 | "email": "contact@eywek.fr"
|
47 | },
|
48 | {
|
49 | "name": "Florian Hermouet-Joscht",
|
50 | "email": "florian@keymetrics.io"
|
51 | },
|
52 | {
|
53 | "name": "Vincent Vallet",
|
54 | "email": "wallet77@gmail.com"
|
55 | },
|
56 | {
|
57 | "name": "Joni Shkurti",
|
58 | "email": "jonishkurti90@gmail.com"
|
59 | },
|
60 | {
|
61 | "name": "Jun Tjatse",
|
62 | "email": "thisnamemeansnothing@gmail.com"
|
63 | },
|
64 | {
|
65 | "name": "Xu Jingxin",
|
66 | "email": "sailxjx@gmail.com"
|
67 | },
|
68 | {
|
69 | "name": "Ben Postlethwaite",
|
70 | "email": "post.ben.here@gmail.com"
|
71 | },
|
72 | {
|
73 | "name": "Devo.ps",
|
74 | "email": "contact@devo.ps"
|
75 | },
|
76 | {
|
77 | "name": "Bret Copeland",
|
78 | "email": "bret@atlantisflight.org"
|
79 | },
|
80 | {
|
81 | "name": "John Hurliman",
|
82 | "email": "jhurliman@jhurliman.org"
|
83 | },
|
84 | {
|
85 | "name": "TruongSinh Tran-Nguyen",
|
86 | "email": "i@truongsinh.pro"
|
87 | },
|
88 | {
|
89 | "name": "Michael Hueuberger",
|
90 | "email": "michael.heuberger@binarykitchen.com"
|
91 | },
|
92 | {
|
93 | "name": "Chris Wiggins",
|
94 | "email": "chris@chriswiggins.co.nz"
|
95 | }
|
96 | ],
|
97 | "homepage": "http://pm2.keymetrics.io/",
|
98 | "description": "Production process manager for Node.JS applications with a built-in load balancer.",
|
99 | "main": "index.js",
|
100 | "types": "types/index.d.ts",
|
101 | "scripts": {
|
102 | "test:unit": "bash test/unit.sh",
|
103 | "test:e2e": "bash test/e2e.sh",
|
104 | "test": "bash test/unit.sh && bash test/e2e.sh"
|
105 | },
|
106 | "keywords": [
|
107 | "cli",
|
108 | "fault tolerant",
|
109 | "sysadmin",
|
110 | "tools",
|
111 | "pm2",
|
112 | "logs",
|
113 | "log",
|
114 | "json",
|
115 | "express",
|
116 | "hapi",
|
117 | "kraken",
|
118 | "reload",
|
119 | "load balancer",
|
120 | "lb",
|
121 | "load-balancer",
|
122 | "kubernetes",
|
123 | "k8s",
|
124 | "pm2-docker",
|
125 | "runtime",
|
126 | "source maps",
|
127 | "graceful",
|
128 | "microservice",
|
129 | "programmatic",
|
130 | "harmony",
|
131 | "node-pm2",
|
132 | "production",
|
133 | "keymetrics",
|
134 | "node.js monitoring",
|
135 | "strong-pm",
|
136 | "deploy",
|
137 | "deployment",
|
138 | "daemon",
|
139 | "supervisor",
|
140 | "supervisord",
|
141 | "nodemon",
|
142 | "pm2.io",
|
143 | "ghost",
|
144 | "ghost production",
|
145 | "monitoring",
|
146 | "keymetrics",
|
147 | "process manager",
|
148 | "forever",
|
149 | "profiling",
|
150 | "probes",
|
151 | "apm",
|
152 | "container",
|
153 | "forever-monitor",
|
154 | "keep process alive",
|
155 | "process configuration",
|
156 | "clustering",
|
157 | "cluster cli",
|
158 | "cluster",
|
159 | "docker",
|
160 | "cron",
|
161 | "devops",
|
162 | "dev ops"
|
163 | ],
|
164 | "bin": {
|
165 | "pm2": "bin/pm2",
|
166 | "pm2-dev": "bin/pm2-dev",
|
167 | "pm2-docker": "bin/pm2-docker",
|
168 | "pm2-runtime": "bin/pm2-runtime"
|
169 | },
|
170 | "dependencies": {
|
171 | "@pm2/agent": "~2.0.0",
|
172 | "@pm2/js-api": "~0.8.0",
|
173 | "@pm2/io": "~6.0.0",
|
174 | "@pm2/pm2-version-check": "latest",
|
175 | "async": "~3.2.0",
|
176 | "blessed": "0.1.81",
|
177 | "chalk": "3.0.0",
|
178 | "chokidar": "^3.5.3",
|
179 | "cli-tableau": "^2.0.0",
|
180 | "commander": "2.15.1",
|
181 | "croner": "~4.1.92",
|
182 | "dayjs": "~1.11.5",
|
183 | "debug": "^4.3.1",
|
184 | "enquirer": "2.3.6",
|
185 | "eventemitter2": "5.0.1",
|
186 | "fclone": "1.0.11",
|
187 | "mkdirp": "1.0.4",
|
188 | "needle": "2.4.0",
|
189 | "pidusage": "~3.0",
|
190 | "pm2-axon": "~4.0.1",
|
191 | "pm2-axon-rpc": "~0.7.1",
|
192 | "pm2-deploy": "~1.0.2",
|
193 | "pm2-multimeter": "^0.1.2",
|
194 | "promptly": "^2",
|
195 | "semver": "^7.2",
|
196 | "source-map-support": "0.5.21",
|
197 | "sprintf-js": "1.1.2",
|
198 | "vizion": "~2.2.1",
|
199 | "js-yaml": "~4.1.0"
|
200 | },
|
201 | "optionalDependencies": {
|
202 | "pm2-sysmonit": "^1.2.8"
|
203 | },
|
204 | "devDependencies": {
|
205 | "mocha": "^10.4.0",
|
206 | "should": "^13.2.3"
|
207 | },
|
208 | "bugs": {
|
209 | "url": "https://github.com/Unitech/pm2/issues"
|
210 | },
|
211 | "repository": {
|
212 | "type": "git",
|
213 | "url": "git://github.com/Unitech/pm2.git"
|
214 | },
|
215 | "license": "AGPL-3.0"
|
216 | }
|