{
  "name": "xmppjs-chat-bot",
  "version": "0.7.0",
  "description": "Server-side XMPP chat bot",
  "engines": {
    "node": ">= 14.4.0"
  },
  "main": "lib/index.js",
  "bin": "lib/cli/cli.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "/lib"
  ],
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf lib/*",
    "prepare": "npm run clean && npm run build",
    "lint": "eslint ./src",
    "test": "npm run lint && echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JohnXLivingston/xmppjs-chat-bot.git"
  },
  "keywords": [
    "XMPP",
    "chat",
    "bot"
  ],
  "author": "John Livingston",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/JohnXLivingston/xmppjs-chat-bot/issues"
  },
  "homepage": "https://github.com/JohnXLivingston/xmppjs-chat-bot#readme",
  "funding": [
    "https://paypal.me/JohnXLivingston",
    "https://liberapay.com/JohnLivingston/"
  ],
  "devDependencies": {
    "@tsconfig/node14": "^14.1.2",
    "@types/node": "^14.18.63",
    "@types/xmpp__client": "^0.13.3",
    "@types/xmpp__component": "^0.13.3",
    "@types/xmpp__connection": "^0.13.3",
    "@types/xmpp__debug": "^0.13.3",
    "@types/xmpp__id": "^0.13.2",
    "@types/xmpp__jid": "^1.3.5",
    "@types/xmpp__xml": "^0.13.4",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-config-standard-with-typescript": "^20.0.0",
    "eslint-plugin-import": "^2.30.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@xmpp/client": "^0.13.1",
    "@xmpp/component": "^0.13.1",
    "@xmpp/debug": "^0.13.0",
    "@xmpp/id": "^0.13.1",
    "@xmpp/jid": "^0.13.1",
    "@xmpp/xml": "^0.13.1",
    "commander": "^11.1.0"
  }
}
