UNPKG

ca-apm-probe

Version:

CA APM Node.js Agent monitors real-time health and performance of Node.js applications

43 lines (42 loc) 1.16 kB
{ "name": "ca-apm-probe", "version": "2.3.1", "description": "CA APM Node.js Agent monitors real-time health and performance of Node.js applications", "keywords": "ca-apm-probe, apm, agent, instrumentation, monitoring, performance", "main": "index.js", "bin": { "ca-apm-run": "./bin/ca-apm-run.js", "ca-apm-run-esm": "./bin/ca-apm-run-esm.js", "config-json-update": "bin/config-json-update.js" }, "scripts": { "test": "mocha test", "postinstall": "node ./scripts/post-install.js" }, "repository": { "type": "git", "url": "git@github.gwd.broadcom.net:ESD/ca-apm-nodejs-probe.git" }, "author": "CA Technologies a Broadcom company", "license": "CA-LicenseAgreement", "dependencies": { "chart.js": "^2.9.4", "cls-hooked": "^4.2.2", "debug": "^4.2.0", "is-docker": "^2.1.1", "is-kubernetes": "^1.0.1", "methods": "^1.1.2", "semver": "^7.3.2", "string.prototype.startswith": "^1.0.0", "winston": "^3.3.3" }, "devDependencies": { "mocha": "^8.1.3" }, "optionalDependencies": { "@ca-apm/native-metrics": "^1.0.6" }, "engines": { "node": ">=12.0.0" } }