{
  "name": "@sorunome/skype-http",
  "description": "Unofficial Skype API for Node.js via HTTP",
  "version": "1.5.2",
  "license": "MIT",
  "main": "dist/lib/index",
  "types": "dist/lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/ocilo/skype-http.git"
  },
  "scripts": {
    "prepare": "gulp all:tsconfig.json && gulp tslint.json && gulp dist",
    "prestart": "gulp example:build",
    "start": "node --experimental-modules build/example/example/main.js",
    "pretest": "gulp lint && gulp lib:build",
    "test": "gulp test",
    "test-online": "OCILO_TEST_ONLINE=true npm test",
    "prepublishOnly": "npm run test-online",
    "lint": "gulp lint"
  },
  "pre-commit": {
    "run": [
      "test"
    ]
  },
  "keywords": [
    "Skype",
    "Skype-Web",
    "Skype-HTTP"
  ],
  "dependencies": {
    "async-file": "^2.0.2",
    "big-integer": "^1.6.26",
    "bluebird": "^3.5.1",
    "cheerio": "^1.0.0-rc.3",
    "escape-html": "^1.0.3",
    "got": "^10.7.0",
    "incident": "^3.2.0",
    "js-sha256": "^0.9.0",
    "kryo": "^0.8.1",
    "lodash": "^4.17.15",
    "tough-cookie": "^4.0.0",
    "tunnel": "0.0.6"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/cheerio": "^0.22.12",
    "@types/escape-html": "0.0.20",
    "@types/form-data": "^2.5.0",
    "@types/gulp": "^4.0.6",
    "@types/lodash": "^4.14.102",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^7.0.2",
    "@types/node": "^10.12.10",
    "@types/tough-cookie": "^2.3.2",
    "@types/tunnel": "0.0.1",
    "chai": "^4.2.0",
    "del": "^3.0.0",
    "dotenv": "^8.2.0",
    "fs-extra": "^7.0.1",
    "glob": "^7.1.3",
    "gulp": "^4.0.0",
    "gulp-cli": "^2.0.1",
    "minimist": "^1.2.5",
    "mocha": "^7.1.1",
    "pre-commit": "^1.2.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "turbo-gulp": "^0.22.1",
    "typescript": "^3.8.3"
  },
  "nyc": {
    "include": [
      "build/test/lib/**/*.js",
      "build/test/lib/**/*.mjs"
    ],
    "reporter": [
      "text",
      "html"
    ],
    "extension": [
      ".mjs"
    ]
  },
  "@std/esm": {
    "esm": "cjs"
  },
  "bugs": {
    "url": "https://github.com/ocilo/skype-http/issues"
  },
  "homepage": "https://github.com/ocilo/skype-http#readme",
  "author": ""
}
