-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 1.8 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "sematext-agent-express",
"version": "2.1.7",
"description": "Express.js Monitoring and Logging Agent by Sematext.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Build Passed.\" && exit 0",
"auto-changelog": "auto-changelog",
"release": "release-it"
},
"author": "Sematext Group, Inc.",
"license": "Copyright (c) Sematext Group, Inc.",
"homepage": "http://www.sematext.com",
"repository": {
"type": "git",
"url": "git+https://github.com/sematext/sematext-agent-express.git"
},
"keywords": [
"APM",
"application performance monitoring",
"Sematext",
"Express",
"Express.js",
"performance monitoring",
"monitoring",
"alerting",
"anomaly detection",
"heartbeat",
"metrics",
"custom metrics",
"devops",
"operations",
"dashboards",
"profiling",
"memwatch",
"gc-profiler",
"agent",
"logging",
"express-middleware",
"logging-and-metrics",
"logger",
"logger-middleware",
"winston",
"winston-logsene",
"morgan",
"morgan-middleware"
],
"dependencies": {
"morgan": "^1.9.1",
"spm-agent-nodejs": "^4.2.7",
"winston": "^3.8.2",
"winston-logsene": "^2.1.2"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
"release-it": "^16.1.3"
},
"release-it": {
"github": {
"release": true,
"tokenRef": "RELEASE_IT_GITHUB_TOKEN",
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs",
"____comment": "\"assets\": [\"dist/agent-*\"]"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
},
"standard": {
"parser": "babel-eslint"
},
"bugs": {
"url": "https://github.com/sematext/sematext-agent-express/issues"
},
"directories": {
"lib": "lib"
}
}