Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@supertenant/supermeter / package.json
Size: Mime:
{
  "name": "@supertenant/supermeter",
  "version": "0.6.5",
  "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.5"
  }
}