Repository URL to install this package:
|
Version:
0.6.4 ▾
|
@supertenant/shared-metrics
/
package.json
|
|---|
{
"name": "@supertenant/shared-metrics",
"version": "0.6.4",
"description": "Internal metrics plug-in package for Node.js monitoring with Supertenant",
"author": {
"name": "SuperTenant Ltd.",
"email": "info@supertenant.com"
},
"homepage": "https://github.com/supertenant/supermeter-nodejs/blob/main/packages/shared-metrics/README.md",
"main": "src/index.js",
"files": [
"src",
"LICENSE",
"addons/linux"
],
"directories": {
"lib": "src",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supertenant/supermeter-nodejs.git"
},
"scripts": {
"audit": "bin/prepare-audit.sh && npm audit --production; AUDIT_RESULT=$?; git checkout package-lock.json; exit $AUDIT_RESULT",
"test": "mocha --config=test/.mocharc.js --require test/hooks.js --sort $(find test -iname '*test.js' -not -path '*node_modules*')",
"test:ci": "echo \"******* Files to be tested:\n $CI_SHARED_METRICS_TEST_FILES\" && if [ -z \"${CI_SHARED_METRICS_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js ${CI_SHARED_METRICS_TEST_FILES}; fi",
"test:debug": "WITH_STDOUT=true npm run test",
"lint": "eslint src test",
"verify": "npm run lint && npm test",
"prettier": "prettier --write 'src/**/*.js' 'test/**/*.js'"
},
"keywords": [
"memory",
"metrics",
"monitoring",
"performance"
],
"bugs": {
"url": "https://github.com/supertenant/supermeter-nodejs/issues"
},
"dependencies": {
"@supertenant/core": "0.6.4",
"detect-libc": "^1.0.3",
"event-loop-lag": "^1.4.0",
"recursive-copy": "^2.0.13",
"semver": "7.3.3",
"tar": "^6.1.11"
},
"devDependencies": {
"@types/tar": "^4.0.5",
"no-code2": "2.0.0"
},
"optionalDependencies": {
"event-loop-stats": "1.4.1",
"gcstats.js": "1.0.0"
}
}