{
  "_from": "office-addin-debugging@^2.3.0",
  "_id": "office-addin-debugging@2.4.4",
  "_inBundle": false,
  "_integrity": "sha512-tFZyI0pjpzGpYMX7yWLC5wqefk24aAvVi3FnGuZAXiPkKl9OT/b9jgmMezUz2ufgtnc38ZjEF7tKhWrtqMLIDQ==",
  "_location": "/office-addin-debugging",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "office-addin-debugging@^2.3.0",
    "name": "office-addin-debugging",
    "escapedName": "office-addin-debugging",
    "rawSpec": "^2.3.0",
    "saveSpec": null,
    "fetchSpec": "^2.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/office-addin-debugging/-/office-addin-debugging-2.4.4.tgz",
  "_shasum": "c1d42b1652bdc3531ee5393d864f11bf2ae4b64d",
  "_spec": "office-addin-debugging@^2.3.0",
  "_where": "/var/www/recruit-outlook",
  "author": {
    "name": "Office Dev"
  },
  "bin": {
    "office-addin-debugging": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "child_process": "^1.0.2",
    "commander": "^2.19.0",
    "node-fetch": "^2.2.0",
    "office-addin-cli": "^0.2.10",
    "office-addin-dev-certs": "^1.3.4",
    "office-addin-dev-settings": "^1.6.10",
    "office-addin-manifest": "^1.3.10",
    "office-addin-node-debugger": "^0.4.10"
  },
  "deprecated": false,
  "description": "For debugging Office Add-ins.",
  "devDependencies": {
    "@types/es6-promise": "0.0.32",
    "@types/express": "^4.16.0",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.0",
    "@types/node-fetch": "^2.1.2",
    "@types/ws": "^6.0.1",
    "concurrently": "^3.5.0",
    "express": "^4.16.4",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.1",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3",
    "ws": "^6.1.0"
  },
  "gitHead": "3f6333ebe947459177cf6d4cb6da03996826d07a",
  "homepage": "https://github.com/OfficeDev/Office-Addin-Scripts#readme",
  "keywords": [
    "Office"
  ],
  "license": "MIT",
  "main": "./lib/main.js",
  "name": "office-addin-debugging",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/Office-Addin-Scripts.git"
  },
  "scripts": {
    "build": "rimraf lib && concurrently \"npm run tsc\"",
    "cli": "node lib/cli.js",
    "node-debugger": "office-addin-node-debugger",
    "start": "rimraf lib && concurrently \"npm run tsc-watch\"",
    "test": "mocha -r ts-node/register test/**/*.ts",
    "tsc": "tsc -p tsconfig.json",
    "tsc-watch": "tsc -p tsconfig.json -w"
  },
  "version": "2.4.4"
}
