{
  "name": "cisco-webex-tools",
  "version": "0.7.8",
  "author": "Tor E Hagemann <tor.hagemann@gmail.com>",
  "description": "Execute tasks large and small using APIs for Cisco Webex Teams, and more!",
  "homepage": "https://github.com/hagemt/node-cisco-webex-tools#readme",
  "license": "MIT",
  "main": "support/index.js",
  "bin": {
    "ciscospark-tools": "scripts/index.js",
    "cisco-webex-tools": "scripts/index.js",
    "cst": "scripts/index.js",
    "cwt": "scripts/index.js"
  },
  "bugs": {
    "url": "https://github.com/hagemt/node-cisco-webex-tools/issues"
  },
  "dependencies": {
    "chalk": "2.4.1",
    "co-body": "6.0.0",
    "commander": "2.15.1",
    "dataloader": "1.4.0",
    "debug": "3.1.0",
    "guestissuer": "0.6.1",
    "inquirer": "6.0.0",
    "joi": "13.4.0",
    "jsonwebtoken": "8.3.0",
    "lodash": "4.17.10",
    "ngrok": "3.0.1",
    "node-fetch": "2.1.2",
    "progress": "2.0.0",
    "semver": "5.5.0",
    "uuid": "3.3.0"
  },
  "devDependencies": {
    "eslint": "5.0.1",
    "eslint-plugin-import": "2.13.0",
    "eslint-plugin-mocha": "5.0.0",
    "eslint-plugin-node": "6.0.1",
    "mocha": "5.2.0",
    "nock": "9.3.3",
    "nyc": "12.0.2"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "automation",
    "cisco",
    "ciscospark",
    "commander",
    "commands",
    "scripts",
    "spark",
    "teams",
    "tools",
    "webex"
  ],
  "nyc": {
    "exclude": [
      "**/*.tests.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hagemt/node-cisco-webex-tools.git"
  },
  "scripts": {
    "precoverage": "nyc -- npm run mocha",
    "coverage": "nyc report --reporter=html",
    "postcoverage": "nyc check-coverage --lines 0",
    "eslint": "eslint .eslintrc.js scripts support test --report-unused-disable-directives",
    "postinstall": "npm run script -- tutorial",
    "lint": "npm run eslint",
    "mocha": "mocha test/**/*.js",
    "prereport": "npm run eslint -- --fix",
    "report": "npm run coverage # run mocha w/ nyc",
    "postreport": "npm run eslint -- --max-warnings 0",
    "script": "node scripts",
    "start": "npm run script",
    "test": "npm run report"
  }
}
