{
  "name": "@vector-im/matrix-bot-sdk",
  "version": "0.9.0-element.0",
  "description": "TypeScript/JavaScript SDK for Matrix bots and appservices",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/element-hq/matrix-bot-sdk.git"
  },
  "author": "Element",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/element-hq/matrix-bot-sdk/issues"
  },
  "homepage": "https://github.com/element-hq/matrix-bot-sdk#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublishOnly": "yarn build",
    "docs": "jsdoc -c jsdoc.json -P package.json -u docs/tutorials",
    "build": "tsc --listEmittedFiles -p tsconfig-release.json",
    "lint": "eslint \"{src,test,examples}/**/*.ts\"",
    "lint:fix": "eslint \"{src,test,examples}/**/*.ts\" --fix",
    "test": "jest",
    "build:examples": "tsc -p tsconfig-examples.json",
    "example:bot": "yarn build:examples && node lib/examples/bot.js",
    "example:appservice": "yarn build:examples && node lib/examples/appservice.js",
    "example:login_register": "yarn build:examples && node lib/examples/login_register.js",
    "example:encryption_bot": "yarn build:examples && node lib/examples/encryption_bot.js",
    "example:encryption_appservice": "yarn build:examples && node lib/examples/encryption_appservice.js"
  },
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "engines": {
    "node": ">=24.0.0"
  },
  "keywords": [
    "matrix",
    "bot",
    "sdk",
    "js",
    "ts",
    "node",
    "helpers",
    "snippets",
    "chat",
    "modules",
    "bot-sdk",
    "appservices"
  ],
  "files": [
    "src/*",
    "lib/*",
    "scripts/*",
    "tsconfig.json"
  ],
  "dependencies": {
    "@matrix-org/matrix-sdk-crypto-nodejs": "0.5.1",
    "@types/express": "^4.17.21",
    "@types/request": "^2.48.13",
    "another-json": "^0.2.0",
    "async-lock": "^1.4.0",
    "chalk": "4",
    "express": "^4.21.2",
    "glob-to-regexp": "^0.4.1",
    "hash.js": "^1.1.7",
    "html-to-text": "^9.0.5",
    "htmlencode": "^0.0.4",
    "lowdb": "1",
    "lru-cache": "^10.0.1",
    "mkdirp": "^3.0.1",
    "morgan": "^1.10.0",
    "postgres": "^3.4.1",
    "request": "^2.88.2",
    "request-promise": "^4.2.6",
    "sanitize-html": "^2.11.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.6",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/eslint-plugin": "^7.27.1",
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@stylistic/eslint-plugin": "^5.7.0",
    "@testcontainers/postgresql": "^10.2.2",
    "@types/async-lock": "^1.4.1",
    "@types/jest": "^30.0.0",
    "@types/lowdb": "^1.0.14",
    "@types/mocha": "^10.0.3",
    "@types/node": "24",
    "@types/request-promise": "^4.1.51",
    "@types/sanitize-html": "^2.9.3",
    "@types/simple-mock": "^0.8.4",
    "@typescript-eslint/eslint-plugin": "^8.53.0",
    "@typescript-eslint/parser": "^8.53.0",
    "better-docs": "^2.7.3",
    "eslint": "^9.39.2",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-deprecate": "^0.8.7",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-matrix-org": "^3.0.0",
    "eslint-plugin-unicorn": "^62.0.0",
    "get-port": "5",
    "globals": "^17.0.0",
    "jest": "^30.2.0",
    "jsdoc": "^4.0.5",
    "matrix-mock-request": "^2.6.0",
    "simple-mock": "^0.8.0",
    "taffydb": "^2.7.3",
    "testcontainers": "^10.2.2",
    "tmp": "^0.2.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*Test.ts"
    ]
  },
  "packageManager": "yarn@1.22.19"
}
