{
  "name": "thedebugger",
  "version": "1.1.0",
  "description": "thedebugger is an improved debugging experience for Node.js, enabled by Chrome DevTools",
  "main": "ndb.js",
  "repository": "github:sfninja/thedebugger",
  "homepage": "https://github.com/sfninja/thedebugger#readme",
  "engines": {
    "node": ">=8.0.0"
  },
  "bin": {
    "thedebugger": "./ndb.js"
  },
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "prepare": "node build.js",
    "dummyScriptForTest": "node -e 'console.log(239)'",
    "unit": "./node_modules/mocha/bin/mocha test/test.js",
    "integration": "node test/integration.js",
    "test-platform": "node test/platform.spec.js",
    "test": "npm run lint",
    "debug": "node debug.js"
  },
  "author": "Aleksei Koziatinskii <ak239spb@gmail.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "carlo": "^0.9.45",
    "chokidar": "^3.0.0",
    "isbinaryfile": "^3.0.3",
    "mime": "^2.3.1",
    "opn": "^5.3.0",
    "update-notifier": "^2.5.0",
    "which": "^1.3.1",
    "ws": "^6.0.0",
    "xterm": "^3.11.0"
  },
  "optionalDependencies": {
    "node-pty": "^0.9.0-beta18"
  },
  "devDependencies": {
    "chrome-devtools-frontend": "1.0.640176",
    "eslint": "^5.9.0",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.2",
    "terser": "^3.8.2"
  }
}
