{
  "name": "@xmpp-ts/types",
  "version": "0.0.61",
  "description": "xmpp types",
  "keywords": [
    "client",
    "xmpp",
    "ts",
    "typescript",
    "client"
  ],
  "homepage": "https://github.com/codejamninja/xmpp-ts",
  "bugs": {
    "url": "https://github.com/codejamninja/xmpp-ts/issues",
    "email": "jam@codejam.ninja"
  },
  "license": "MIT",
  "author": {
    "name": "Jam Risser",
    "email": "jam@codejam.ninja",
    "url": "https://codejam.ninja"
  },
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/codejamninja/xmpp-ts"
  },
  "scripts": {
    "build": "make -s build",
    "clean": "make -s clean",
    "coverage": "make -s coverage",
    "format": "make -s format",
    "inc": "npm version patch --git=false 2>/dev/null || true",
    "lint": "make -s lint",
    "postinstall": "link-type-definitions link",
    "prepare": "make -s prepare",
    "purge": "make -s purge",
    "report": "make -s report",
    "spellcheck": "make -s spellcheck",
    "start": "make -s start",
    "test": "make -s test",
    "test:ui": "make test-ui",
    "test:watch": "make -s test-watch"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.0",
    "@types/ltx": "^2.8.1",
    "@types/xmpp__jid": "^1.3.0",
    "core-js": "^3.6.5",
    "link-type-definitions": "^0.3.9",
    "ltx": "^2.9.2"
  },
  "peerDependencies": {
    "@xmpp/client": "^0.11.1",
    "@xmpp/events": "^0.11.0",
    "@xmpp/iq": "^0.11.0",
    "@xmpp/jid": "^0.11.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.0",
    "@babel/node": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-proposal-optional-chaining": "^7.11.0",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-typescript": "^7.10.4",
    "@types/jest": "^26.0.8",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "@xmpp/client": "^0.11.1",
    "@xmpp/events": "^0.11.0",
    "@xmpp/iq": "^0.11.0",
    "@xmpp/jid": "^0.11.0",
    "cspell": "^4.0.63",
    "eslint": "^7.6.0",
    "eslint-config-airbnb-typescript": "^9.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "jest": "^26.2.2",
    "jest-sonar-reporter": "^2.0.0",
    "lockfile-lint": "^4.3.7",
    "majestic": "^1.7.0",
    "makefiles": "^0.0.14",
    "prettier": "^2.0.5",
    "typescript": "^3.9.7"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "eslintIgnore": [
    "lib"
  ],
  "jest": {
    "testRegex": "tests(/|/.*/)[^_/]*[jt]sx?$",
    "verbose": true
  },
  "jestSonar": {
    "reportPath": "node_modules/.tmp/reports",
    "reportFile": "test-report.xml",
    "indent": 4
  },
  "linkTypeDefinitions": [
    "./lib/@types"
  ]
}
