{
  "scripts": {
    "test": "node test/index.js"
  },
  "name": "debug-mode",
  "description": "Detect if a Node.js process is in the debug mode.",
  "keywords": [
    "debug",
    "mode",
    "detect",
    "if",
    "node",
    "js",
    "is",
    "in"
  ],
  "license": "MIT",
  "version": "2.0.3",
  "main": "lib/index.js",
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/debug-mode.git"
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/debug-mode/issues"
  },
  "homepage": "https://github.com/IonicaBizau/debug-mode#readme",
  "blah": {
    "thanks": [
      "The module is highly based on the answers [to this question](https://stackoverflow.com/q/6889470/1420197), especially [@bentael's answer](https://stackoverflow.com/a/45074641/1420197).",
      "There is a really interesting discussion in the [Node.js project](https://github.com/nodejs/node/issues/9617) about detecting the debug mode."
    ]
  },
  "devDependencies": {
    "tester": "^1.3.7"
  }
}