{
  "name": "@newrelic/native-metrics",
  "version": "6.0.0",
  "description": "A module for generating metrics from V8.",
  "main": "index.js",
  "scripts": {
    "build": "node ./lib/pre-build.js build native_metrics",
    "clean": "node-gyp clean",
    "rebuild": "node ./lib/pre-build.js rebuild native_metrics",
    "upload": "node ./lib/pre-build.js upload native_metrics",
    "lint": "eslint .",
    "unit": "tap --expose-gc --jobs=1 --no-coverage tests/unit/*.tap.js",
    "integration": "tap --timeout 360000 --jobs=1 --no-coverage tests/integration/*.tap.js",
    "native": "node tests/native/*.js",
    "test": "npm run lint && npm run unit && npm run integration",
    "install": "node ./lib/pre-build.js install native_metrics"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:newrelic/node-native-metrics"
  },
  "keywords": [
    "newrelic",
    "gc",
    "metrics",
    "stats",
    "gc-stats",
    "gc stats",
    "gc metrics",
    "native-metrics",
    "native metrics"
  ],
  "author": "New Relic Node.js agent team <nodejs@newrelic.com>",
  "contributors": [
    {
      "name": "Natalie Wolfe",
      "email": "nwolfe@newrelic.com",
      "web": "https://newrelic.com"
    },
    {
      "name": "Peter Svetlichny",
      "email": "psvetlichny@newrelic.com",
      "web": "https://newrelic.com"
    },
    {
      "name": "Alan Storm",
      "email": "astorm@newrelic.com",
      "web": "https://newrelic.com"
    },
    {
      "name": "Bryan Clement",
      "email": "bclement@newrelic.com",
      "web": "https://newrelic.com"
    },
    {
      "name": "Michael Goin",
      "email": "mgoin@newrelic.com",
      "web": "https://newrelic.com"
    },
    {
      "name": "Nick Tzaperas",
      "email": "ntzaperas@newrelic.com",
      "web": "https://newrelic.com"
    },
    {
      "name": "Carlo Pearson",
      "email": "cpearson@newrelic.com",
      "web": "https://newrelic.com"
    }
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=10",
    "npm": ">=3"
  },
  "devDependencies": {
    "async": "^2.6.1",
    "aws-sdk": "^2.266.1",
    "eslint": "^4.19.1",
    "segfault-handler": "^1.3.0",
    "tap": "^14.10.7"
  },
  "dependencies": {
    "nan": "^2.14.1",
    "semver": "^5.5.1"
  }
}
