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/collector / package.json
Size: Mime:
{
  "name": "@supertenant/collector",
  "version": "0.6.6",
  "description": "The SuperTenant Node.js metrics collector",
  "author": {
    "name": "SuperTenant Ltd.",
    "email": "info@supertenant.com"
  },
  "homepage": "https://github.com/supertenant/supermeter-nodejs/blob/main/packages/collector/README.md",
  "main": "src/index.js",
  "files": [
    "src",
    "LICENSE"
  ],
  "directories": {
    "lib": "src",
    "test": "test",
    "example": "dummy-app"
  },
  "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 USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --require test/hooks.js --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_COLLECTOR_TEST_FILES\" && if [ -z \"${CI_COLLECTOR_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 --sort ${CI_COLLECTOR_TEST_FILES}; fi",
    "lint": "eslint src test dummy-app",
    "verify": "npm run lint && npm test",
    "agent-stub": "AGENT_PORT=3210 node test/apps/agentStub.js",
    "prettier": "prettier --write 'src/**/*.js' 'test/**/*.js' 'dummy-app/**/*.js'"
  },
  "keywords": [
    "agent",
    "collector",
    "monitoring",
    "tracing"
  ],
  "bugs": {
    "url": "https://github.com/supertenant/supermeter-nodejs/issues"
  },
  "dependencies": {
    "@supertenant/core": "0.6.6",
    "@supertenant/shared-metrics": "0.6.6",
    "@supertenant/superconsts": "0.4.1",
    "bunyan": "^1.8.15",
    "semver": "7.3.3",
    "serialize-error": "^3.0.0",
    "shimmer": "1.2.1"
  },
  "devDependencies": {
    "@types/bunyan": "^1.8.8",
    "bookshelf": "^1.2.0",
    "knex": "^0.21.17",
    "no-code2": "2.0.0",
    "opentracing": "^0.14.5",
    "typeorm": "^0.3.6"
  }
}