{
  "name": "pprof",
  "version": "5.0.0",
  "description": "pprof support for Node.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/pprof-nodejs.git"
  },
  "main": "out/src/index.js",
  "types": "out/src/index.d.ts",
  "scripts": {
    "test": "nyc mocha  out/test/test-*.js",
    "check": "gts check",
    "clean": "gts clean && node-gyp clean",
    "codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "lint": "gts check",
    "docs": "echo 'no docs yet'",
    "prepare": "npm run compile",
    "pretest": "npm run compile && node-gyp rebuild",
    "posttest": "npm run check && npm run license-check",
    "proto": "npm run proto:profile",
    "proto:profile": "mkdir -p proto && pbjs -t static-module -w commonjs -o proto/profile.js third_party/proto/profile.proto && pbts -o proto/profile.d.ts proto/profile.js",
    "license-check": "jsgl --local .",
    "docs-test": "linkinator docs -r --skip www.googleapis.com",
    "predocs-test": "npm run docs"
  },
  "author": {
    "name": "Google Inc."
  },
  "license": "Apache-2.0",
  "dependencies": {
    "bindings": "^1.2.1",
    "delay": "^5.0.0",
    "findit2": "^2.2.3",
    "nan": "^2.22.0",
    "p-limit": "^3.0.0",
    "protobufjs": "~7.6.4",
    "source-map": "~0.8.0-beta.0",
    "split": "^1.0.1"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.0",
    "@types/node": "^16.0.0",
    "@types/p-limit": "^2.0.0",
    "@types/pretty-ms": "^5.0.0",
    "@types/request": "^2.47.1",
    "@types/sinon": "^22.0.0",
    "@types/tmp": "0.2.6",
    "codecov": "^3.0.0",
    "deep-copy": "^1.4.2",
    "gts": "^5.3.1",
    "js-green-licenses": "^4.0.0",
    "linkinator": "^7.0.0",
    "mocha": "^11.0.0",
    "nyc": "^18.0.0",
    "protobufjs-cli": "1.3.3",
    "sinon": "^22.0.0",
    "source-map-support": "^0.5.12",
    "tmp": "0.2.7",
    "ts-mockito": "^2.2.5",
    "typescript": "^5.1.6"
  },
  "files": [
    "out/src",
    "out/third_party/cloud-debug-nodejs",
    "bindings",
    "proto",
    "binding.gyp",
    "package-lock.json",
    "package.json",
    "README.md"
  ],
  "nyc": {
    "exclude": [
      "proto",
      "out/test",
      "out/system-test"
    ]
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com"
  }
}
