UNPKG

798 BJSONView Raw
1{
2 "name": "@pm2/agent",
3 "version": "1.0.5",
4 "description": "PM2.io Agent Daemon",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "mocha test/units/*.mocha.js"
11 },
12 "keywords": [
13 "keymetrics",
14 "agent",
15 "daemon",
16 "pm2"
17 ],
18 "dependencies": {
19 "async": "~3.2.0",
20 "chalk": "~3.0.0",
21 "dayjs": "~1.8.24",
22 "eventemitter2": "~5.0.1",
23 "fclone": "~1.0.11",
24 "debug": "~4.1.1",
25 "nssocket": "0.6.0",
26 "pm2-axon": "^3.2.0",
27 "pm2-axon-rpc": "^0.5.0",
28 "proxy-agent": "~4.0.1",
29 "semver": "~7.2.0",
30 "ws": "~7.2.0"
31 },
32 "devDependencies": {
33 "clone": "^2.1.1",
34 "mocha": "^7.1",
35 "nock": "^9.2.3",
36 "simple-socks": "^1.0.2"
37 },
38 "author": "Keymetrics Team",
39 "license": "AGPL-3.0"
40}