{
  "name": "@instana/autoprofile",
  "version": "6.4.0",
  "description": "Automatic Node.js Profiler",
  "author": {
    "name": "Dmitri Melikyan",
    "email": "dmitri.melikyan@instana.com"
  },
  "homepage": "https://github.com/instana/nodejs/blob/main/packages/autoprofile/README.md",
  "keywords": [
    "production profiler",
    "v8 profiler",
    "cpu profiler",
    "cpu sampler",
    "cpu hot spots",
    "memory profiler",
    "memory sampler",
    "memory leak",
    "async profiler",
    "error monitoring"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instana/nodejs.git"
  },
  "scripts": {
    "audit": "npm audit --omit=dev",
    "node_modules:exists": "mkdir -p node_modules",
    "install": "node-gyp-build",
    "test": "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_AUTOPROFILE_TEST_FILES\" && if [ -z \"${CI_AUTOPROFILE_TEST_FILES}\" ]; then echo \"No test files have been assigned.\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js --sort ${CI_AUTOPROFILE_TEST_FILES}; fi",
    "lint": "eslint lib test",
    "verify": "npm run lint && npm test",
    "prettier": "prettier --write 'lib/**/*.js' 'test/**/*.js'"
  },
  "contributors": [
    {
      "name": "Katharina Irrgang",
      "email": "katharina.irrgang@ibm.com"
    },
    {
      "name": "Arya Mohanan",
      "email": "arya.mohanan@ibm.com"
    },
    {
      "name": "Abhilash Sivan",
      "email": "abhilash.sivan@ibm.com"
    }
  ],
  "dependencies": {
    "@instana/core": "6.4.0",
    "detect-libc": "^2.1.2",
    "nan": "^2.28.0",
    "node-gyp-build": "^4.8.4",
    "semver": "^7.8.5"
  },
  "engines": {
    "node": ">=18.19.0"
  },
  "main": "index.js",
  "files": [
    "src",
    "lib",
    "prebuilds/linux-arm",
    "prebuilds/linux-arm64",
    "prebuilds/linux-x64",
    "prebuilds/linux-s390x",
    "binding.gyp",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "BSD-3-Clause",
  "gitHead": "d5062b132925ad9735b63dfa065287a9575869b3"
}
