{
  "name": "compass.js",
  "version": "1.3.0",
  "description": "",
  "main": "./build/Compass.js",
  "types": "./build/Compass.d.ts",
  "scripts": {
    "test": "./node_modules/nyc/bin/nyc.js ./node_modules/.bin/mocha",
    "watch": "webpack --progress --colors --watch --mode=development",
    "build": "webpack --progress --colors --mode=production",
    "build-ci": "NODE_ENV=production webpack"
  },
  "keywords": [
    "XMPP",
    "Strophe",
    "Lisa",
    "Compass",
    "Iperity"
  ],
  "author": "Tijs Zwinkels <tijs.zwinkels@iperity.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/Iperity/Compass.js.git"
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "include": [
      "src/**/*.ts",
      "src/**/*.tsx"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "dependencies": {
    "loglevel": "^1.7.0"
  },
  "files": [
    "build/Compass.js",
    "build/Compass.d.ts",
    "README.md"
  ],
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@types/chai": "^4.2.12",
    "@types/expect": "^24.3.0",
    "@types/jquery": "^3.5.1",
    "@types/jsdom": "^16.2.4",
    "@types/mocha": "^7.0.2",
    "@types/node": "^13.13.16",
    "@types/strophe": "^1.2.31",
    "babel-loader": "^8.1.0",
    "bundle-dts-webpack-plugin": "^1.1.0",
    "chai": "^4.2.0",
    "jquery": "^3.5.1",
    "jsdom": "^16.4.0",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "rxjs": "^6.6.3",
    "source-map-support": "^0.5.19",
    "strophe.js": "^1.3.6",
    "strophejs-plugin-pubsub": "0.0.2",
    "ts-loader": "^7.0.5",
    "ts-node": "^8.10.2",
    "tslint": "^6.1.3",
    "tslint-loader": "^3.5.4",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-rxjs-externals": "^2.0.0"
  }
}
