sematext-agent-nginx
Version:
SPM Agent for monitoring Nginx
79 lines (78 loc) • 2.07 kB
JSON
{
"name": "sematext-agent-nginx",
"version": "2.0.4",
"description": "SPM Agent for monitoring Nginx",
"main": "lib/index.js",
"bin": {
"docker-info": "bin/docker-info.js",
"sematext-agent-nginx": "lib/index.js",
"sematext-nginx-setup": "bin/sematext-nginx-setup",
"spm-nginx-diagnostics": "./bin/spm-nginx-diagnostics.js"
},
"scripts": {
"standard": "standard 'lib/*.js'",
"standard-format": "standard -fix -w lib/*.js",
"docker-build": "docker build -t sematext/sematext-agent-nginx .",
"docker-push": "docker push sematext/sematext-agent-nginx",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "https://github.com/sematext/sematext-agent-nginx.git"
},
"keywords": [
"SPM",
"APM",
"application performance monitoring",
"Sematext",
"performance monitoring",
"monitoring",
"alerting",
"anomaly detection",
"heartbeat",
"metrics",
"custom metrics",
"devops",
"operations",
"dashboards",
"profiling",
"agent",
"nginx"
],
"author": "Sematext Group, Inc.",
"license": "Copyright (c) Sematext Group, Inc.",
"bugs": {
"url": "https://github.com/sematext/sematext-agent-nginx/issues"
},
"homepage": "http://www.sematext.com",
"dependencies": {
"adm-zip": "^0.4.14",
"docker-allcontainers": "^0.8.0",
"ls": "^0.2.1",
"measured-core": "^1.51.1",
"request": "^2.88.0",
"spm-agent": "^2.0.3",
"spm-agent-os": "^1.30.16",
"which": "^2.0.2"
},
"devDependencies": {
"auto-changelog": "^1.16.2",
"babel-eslint": "^10.0.3",
"release-it": "^13.5.8",
"standard": "^14.3.1"
},
"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"
}
}