{
  "name": "@gitterhq/matrix-appservice-bridge",
  "version": "2.6.0-pre-rc",
  "description": "Bridging infrastructure for Matrix Application Services",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "prepare": "npm run build",
    "gendoc": "typedoc",
    "lint": "eslint -c .eslintrc.json src/**/*.ts",
    "test": "jasmine --stop-on-failure=true",
    "check": "npm run lint && npm test",
    "ci-test": "nyc -x \"**/spec/**\" --report text jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matrix-org/matrix-appservice-bridge.git"
  },
  "keywords": [
    "matrix-org"
  ],
  "author": "Matrix.org",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/matrix-org/matrix-appservice-bridge/issues"
  },
  "homepage": "https://github.com/matrix-org/matrix-appservice-bridge#readme",
  "dependencies": {
    "chalk": "^4.1.0",
    "extend": "^3.0.2",
    "is-my-json-valid": "^2.20.5",
    "js-yaml": "^4.0.0",
    "matrix-appservice": "^0.8.0",
    "matrix-js-sdk": "^9.5.0",
    "nedb": "^1.8.0",
    "nopt": "^5.0.0",
    "p-queue": "^6.6.2",
    "prom-client": "^13.0.0",
    "winston": "^3.3.3",
    "winston-daily-rotate-file": "^4.5.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.11",
    "@types/extend": "^3.0.1",
    "@types/js-yaml": "^4.0.0",
    "@types/nedb": "^1.8.11",
    "@types/node": "^10.17.50",
    "@types/nopt": "^3.0.29",
    "@typescript-eslint/eslint-plugin": "^4.13.0",
    "@typescript-eslint/parser": "^4.13.0",
    "eslint": "^7.17.0",
    "jasmine": "^3.6.3",
    "nyc": "^15.1.0",
    "typedoc": "^0.20.4",
    "typescript": "^4.2.3",
    "winston-transport": "^4.4.0"
  }
}
