Repository URL to install this package:
|
Version:
0.6.6 ▾
|
@supertenant/metrics-util
/
package.json
|
|---|
{
"name": "@supertenant/metrics-util",
"version": "0.6.6",
"description": "Internal utility library for metric collection",
"homepage": "https://github.com/supertenant/supermeter-nodejs/blob/main/packages/metrics-util/README.md",
"main": "src/index.js",
"files": [
"src",
"LICENSE"
],
"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 --sort $(find test -iname '*test.js' -not -path '*node_modules*')",
"test:debug": "WITH_STDOUT=true npm run test",
"test:ci": "echo \"******* Files to be tested:\n $CI_METRICS_UTIL_TEST_FILES\" && if [ -z \"${CI_METRICS_UTIL_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort ${CI_METRICS_UTIL_TEST_FILES}; fi",
"lint": "eslint src test",
"verify": "npm run lint && npm test",
"prettier": "prettier --write 'src/**/*.js' 'test/**/*.js'"
},
"keywords": [
"memory",
"metrics",
"monitoring",
"performance",
"tracing"
],
"author": {
"name": "SuperTenant Ltd.",
"email": "info@supertenant.com"
},
"bugs": {
"url": "https://github.com/supertenant/supermeter-nodejs/issues"
},
"dependencies": {
"@supertenant/core": "0.6.6",
"@supertenant/serverless": "0.6.6",
"@supertenant/shared-metrics": "0.6.6",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"mocha": "^10.2.0",
"no-code2": "2.0.0"
}
}