{
  "name": "@sorunome/matrix-bot-sdk",
  "version": "0.5.13",
  "description": "TypeScript/JavaScript SDK for Matrix bots",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/turt2live/matrix-bot-sdk.git"
  },
  "author": "turt2live",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/turt2live/matrix-bot-sdk/issues"
  },
  "homepage": "https://github.com/turt2live/matrix-bot-sdk#readme",
  "scripts": {
    "prepublishOnly": "yarn build",
    "docs": "jsdoc -c jsdoc.json -P package.json",
    "build": "tsc",
    "lint": "eslint",
    "test": "ts-mocha --project ./tsconfig.json test/*Test.ts test/**/*.ts",
    "build:examples": "tsc -p tsconfig-examples.json",
    "example:appservice": "yarn build:examples && node lib/examples/appservice.js",
    "example:login_register": "yarn build:examples && node lib/examples/login_register.js"
  },
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "engines": {
    "node": ">=10.0.0",
    "npm": "^6.0.0",
    "yarn": "^1.19.0"
  },
  "keywords": [
    "matrix",
    "bot",
    "sdk",
    "js",
    "node",
    "helpers",
    "snippets",
    "chat",
    "modules"
  ],
  "files": [
    "src/*",
    "lib/*",
    "scripts/*",
    "tsconfig.json"
  ],
  "dependencies": {
    "@types/express": "^4.17.7",
    "chalk": "^4.1.0",
    "express": "^4.17.1",
    "glob-to-regexp": "^0.4.1",
    "hash.js": "^1.1.7",
    "html-to-text": "^6.0.0",
    "htmlencode": "^0.0.4",
    "lowdb": "^1.0.0",
    "lru-cache": "^6.0.0",
    "mkdirp": "^1.0.4",
    "morgan": "^1.10.0",
    "got": "^11.6.0",
    "sanitize-html": "^2.4.0"
  },
  "devDependencies": {
    "@types/expect": "^24.3.0",
    "@types/mocha": "^8.0.1",
    "@types/node": "10",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "better-docs": "^2.3.0",
    "eslint": "^7.6.0",
    "expect": "^26.2.0",
    "get-port": "^5.1.1",
    "jsdoc": "^3.6.5",
    "matrix-mock-request": "^1.2.3",
    "mocha": "^8.1.1",
    "simple-mock": "^0.8.0",
    "tmp": "^0.2.1",
    "ts-mocha": "^7.0.0",
    "typescript": "^3.9.7"
  }
}
