{
  "name": "libmessenger",
  "version": "0.0.1",
  "description": "Messenger MQTT library for Node.js",
  "repository": "https://github.com/ChatPlug/libmessenger",
  "main": "dist/index.js",
  "scripts": {
    "test": "tslint -c tslint.json 'src/**/*.ts' && mocha -r ts-node/register test/**/*.ts",
    "clean": "shx rm -rf dist/",
    "compile": "tsc",
    "generateDocs": "typedoc",
    "prepare": "npm run clean && npm run compile"
  },
  "contributors": [
    "alufers <alufers@wp.pl>",
    "Filip Grzywok <rj23@protonmail.com>",
    "ptrcnull <npm@ptrcnull.me>"
  ],
  "dependencies": {
    "buffer-hexdump": "^1.0.0",
    "debug": "^4.1.1",
    "length-stream": "^0.1.1",
    "long": "^4.0.0",
    "mime-types": "^2.1.24",
    "node-fetch": "^2.6.0",
    "strict-event-emitter-types": "^2.0.0",
    "thrift": "^0.12.0",
    "tslib": "^1.10.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/debug": "^4.1.4",
    "@types/long": "^4.0.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.0.10",
    "@types/node-fetch": "^2.3.7",
    "@types/node-int64": "^0.4.29",
    "@types/thrift": "^0.10.8",
    "chai": "^4.2.0",
    "console-stamp": "^0.2.9",
    "mocha": "^6.1.4",
    "shx": "^0.3.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "tslint-config-standard": "^8.0.1",
    "typedoc": "^0.14.2",
    "typedoc-plugin-as-member-of": "^1.0.2",
    "typedoc-plugin-sourcefile-url": "^1.0.4",
    "typescript": "^3.5.2"
  },
  "license": "MIT"
}
