Repository URL to install this package:
|
Version:
0.6.6 ▾
|
@supertenant/supermeter
/
package.json
|
|---|
{
"name": "@supertenant/supermeter",
"version": "0.6.6",
"description": "SuperTenant's supermeter agent",
"author": {
"name": "SuperTenant Ltd.",
"email": "info@supertenant.com"
},
"main": "src/index.js",
"files": [
"src",
"LICENSE"
],
"directories": {
"lib": "src",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supertenant/supermeter-nodejs.git"
},
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"audit": "bin/prepare-audit.sh && npm audit --production; AUDIT_RESULT=$?; git checkout package-lock.json; exit $AUDIT_RESULT",
"test": "NODE_ENV=debug mocha --sort $(find test -iname '*test.js' -not -path '*node_modules*')",
"lint": "eslint src test",
"verify": "npm run lint && npm test"
},
"keywords": [
"agent",
"collector",
"monitoring",
"tracing"
],
"bugs": {
"url": "https://github.com/suptenant/supermeter-nodejs/issues"
},
"dependencies": {
"@supertenant/collector": "0.6.6"
}
}