-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@amplement/pm2-gelf-pro",
"version": "1.0.21",
"description": "PM2 output logs to graylog",
"main": "app.js",
"scripts": {
"eslint": "eslint --max-warnings 0 --ext .js",
"eslint:check": "eslint .",
"eslint:fix": "eslint --fix .",
"prettier:check": "prettier --list-different .",
"prettier:fix": "prettier --write .",
"test": "jest"
},
"dependencies": {
"gelf-pro": "1.3.10",
"node-device-detector": "2.1.6",
"pm2": "5.3.0",
"pmx": "beta"
},
"repository": {
"type": "git",
"url": "https://github.com/amplement/pm2-gelf-pro.git"
},
"config": {},
"apps": [
{
"merge_logs": true,
"max_memory_restart": "200M",
"script": "app.js"
}
],
"devDependencies": {
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard": "17.0.0",
"eslint-import-resolver-babel-module": "5.3.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"jest": "29.5.0",
"prettier-eslint": "15.0.1",
"prettier-eslint-cli": "7.1.0"
},
"author": "Amplement",
"license": "MIT"
}