{
  "_from": "office-toolbox@^0.1.1",
  "_id": "office-toolbox@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-0ne0qaQWGBlX9DyIH7hZ9tnIP4Vq0Wg6mvfuyPfKzn8TopaB42PQOeJhROCD2kDt2DzSDksKalM+2oYr/lmrwQ==",
  "_location": "/office-toolbox",
  "_phantomChildren": {
    "chalk": "2.4.2",
    "escape-string-regexp": "1.0.5",
    "external-editor": "3.1.0",
    "graceful-fs": "4.2.6",
    "is-fullwidth-code-point": "2.0.0",
    "lodash": "4.17.21",
    "run-async": "2.4.1",
    "rxjs": "6.6.7",
    "signal-exit": "3.0.3",
    "strip-ansi": "5.2.0",
    "through": "2.3.8",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "office-toolbox@^0.1.1",
    "name": "office-toolbox",
    "escapedName": "office-toolbox",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/office-toolbox/-/office-toolbox-0.1.1.tgz",
  "_shasum": "b0d47a24f787ec2182478a40d4f08f498d96d2a5",
  "_spec": "office-toolbox@^0.1.1",
  "_where": "/var/www/recruit-outlook",
  "author": {
    "name": "Office Dev"
  },
  "bin": {
    "office-toolbox": "app/office-toolbox.js"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/office-toolbox/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "applicationinsights": "^1.0.3",
    "chalk": "^2.4.1",
    "commander": "^2.19.0",
    "fs-extra": "^3.0.1",
    "inquirer": "^6.2.1",
    "jszip": "^3.1.3",
    "junk": "^2.1.0",
    "node-powershell": "^3.3.1",
    "office-addin-validator": "^1.0.5",
    "opn": "^5.3.0",
    "xml2js": "^0.4.17"
  },
  "deprecated": false,
  "description": "Tools for Office Add-ins",
  "devDependencies": {
    "@types/applicationinsights": "^0.20.0",
    "@types/jszip": "^3.1.4",
    "@types/node-powershell": "^3.1.0",
    "@types/xml2js": "^0.4.3",
    "concurrently": "^3.5.0",
    "rimraf": "^2.6.1",
    "ts-node": "^7.0.1",
    "typescript": "^3.2.2"
  },
  "files": [
    "app",
    "templates"
  ],
  "homepage": "https://github.com/OfficeDev/office-toolbox#readme",
  "keywords": [
    "office"
  ],
  "license": "MIT",
  "main": "./app/util.js",
  "name": "office-toolbox",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/office-toolbox.git"
  },
  "scripts": {
    "build": "rimraf app && concurrently \"npm run tsc\"",
    "run": "office-toolbox",
    "start": "rimraf app && concurrently \"npm run tsc-watch\"",
    "tsc": "tsc -p tsconfig.json",
    "tsc-watch": "tsc -p tsconfig.json -w"
  },
  "version": "0.1.1"
}
