{
  "name": "skype-http",
  "description": "Unofficial Skype API for Node.js via HTTP",
  "version": "0.0.15",
  "license": "MIT",
  "main": "index",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/ocilo/skype-http.git"
  },
  "pre-commit": {
    "run": [
      "test"
    ]
  },
  "keywords": [
    "Skype",
    "Skype-Web",
    "Skype-HTTP"
  ],
  "dependencies": {
    "@types/cheerio": "^0.22.7",
    "@types/form-data": "^2.2.1",
    "@types/lodash": "^4.14.102",
    "@types/request": "^2.47.0",
    "@types/tough-cookie": "^2.3.2",
    "async-file": "^2.0.2",
    "big-integer": "^1.6.26",
    "bluebird": "^3.5.1",
    "cheerio": "^1.0.0-rc.2",
    "incident": "^3.1.1",
    "js-sha256": "^0.9.0",
    "kryo": "^0.6.1",
    "lodash": "^4.17.5",
    "request": "^2.83.0",
    "tough-cookie": "^2.3.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.6",
    "chai": "^4.1.2",
    "del": "^3.0.0",
    "fs-extra": "^5.0.0",
    "glob": "^7.1.2",
    "gulp": "^4.0.0",
    "gulp-cli": "^2.0.1",
    "minimist": "^1.2.0",
    "mocha": "^5.0.1",
    "pre-commit": "^1.2.2",
    "ts-node": "^4.1.0",
    "tslint": "^5.9.1",
    "turbo-gulp": "^0.16.2",
    "typescript": "2.7.0-rc"
  },
  "nyc": {
    "include": [
      "build/test/lib/**/*.js",
      "build/test/lib/**/*.mjs"
    ],
    "reporter": [
      "text",
      "html"
    ],
    "extension": [
      ".mjs"
    ]
  },
  "@std/esm": {
    "esm": "cjs"
  },
  "gitHead": "61dfd9e14810dbf834cef14242a0b747bc67b05c",
  "private": false
}