{
  "_from": "office-addin-dev-certs@^1.2.4",
  "_id": "office-addin-dev-certs@1.6.2",
  "_inBundle": false,
  "_integrity": "sha512-a7rcCco1CIS2WkNL5s93GTjAwDGdqzZH+luLHMC+TBbHkMSJ7LO5roT4KxT/DtewK/dhgnDAeKLTeEgGbgqFFg==",
  "_location": "/office-addin-dev-certs",
  "_phantomChildren": {
    "node-fetch": "2.6.1",
    "read-package-json-fast": "2.0.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "office-addin-dev-certs@^1.2.4",
    "name": "office-addin-dev-certs",
    "escapedName": "office-addin-dev-certs",
    "rawSpec": "^1.2.4",
    "saveSpec": null,
    "fetchSpec": "^1.2.4"
  },
  "_requiredBy": [
    "#DEV:/",
    "/office-addin-debugging"
  ],
  "_resolved": "https://registry.npmjs.org/office-addin-dev-certs/-/office-addin-dev-certs-1.6.2.tgz",
  "_shasum": "f70e90deeb695798ce55187988db5faeabe168ce",
  "_spec": "office-addin-dev-certs@^1.2.4",
  "_where": "/var/www/recruit-outlook",
  "author": {
    "name": "Office Dev"
  },
  "bin": {
    "office-addin-dev-certs": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "child_process": "^1.0.2",
    "commander": "^6.2.0",
    "fs-extra": "^7.0.1",
    "mkcert": "^1.4.0",
    "office-addin-cli": "^1.2.2",
    "office-addin-usage-data": "^1.3.2"
  },
  "deprecated": false,
  "description": "For managing certificates when developing Office Add-ins.",
  "devDependencies": {
    "@types/es6-promise": "0.0.32",
    "@types/fs-extra": "^5.1.0",
    "@types/mkcert": "^1.2.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^14.17.2",
    "concurrently": "^6.0.0",
    "mocha": "^8.4.0",
    "office-addin-lint": "^1.3.2",
    "rimraf": "^3.0.2",
    "sinon": "^7.5.0",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  },
  "gitHead": "3a515b6898ad78ac44bae555a5d5c21283d7f347",
  "homepage": "https://github.com/OfficeDev/Office-Addin-Scripts#readme",
  "keywords": [
    "Office",
    "add-in",
    "localhost",
    "SSL",
    "https",
    "certificates",
    "keys",
    "cert",
    "development",
    "secure",
    "server"
  ],
  "license": "MIT",
  "main": "./lib/main.js",
  "name": "office-addin-dev-certs",
  "prettier": "office-addin-prettier-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/Office-Addin-Scripts.git"
  },
  "scripts": {
    "build": "rimraf lib && concurrently \"tsc -p tsconfig.json\"",
    "cli": "node lib/cli.js",
    "lint": "office-addin-lint check",
    "lint:fix": "office-addin-lint fix",
    "prettier": "office-addin-lint prettier",
    "start": "rimraf lib && concurrently \"npm run watch\"",
    "test": "mocha -r ts-node/register test/**/*.ts",
    "watch": "tsc -p tsconfig.json -w"
  },
  "version": "1.6.2"
}
