{
    "name": "@sourceloop/video-conferencing-service",
    "version": "16.0.1",
    "description": "Microservice providing Video-Conferencing functionality",
    "keywords": [
        "loopback-extension",
        "loopback"
    ],
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "engines": {
        "node": ">=20"
    },
    "exports": {
        ".": "./dist/index.js",
        "./sequelize": {
            "types": "./dist/repositories/sequelize/index.d.ts"
        }
    },
    "typesVersions": {
        "*": {
            "sequelize": [
                "./dist/repositories/sequelize/index.d.ts"
            ]
        }
    },
    "scripts": {
        "prebuild": "npm run clean",
        "build": "lb-tsc && npm run openapi-spec && npm run apidocs",
        "build:watch": "lb-tsc --watch",
        "clean": "lb-clean dist *.tsbuildinfo .eslintcache",
        "lint": "npm run prettier:check && npm run eslint",
        "lint:fix": "npm run eslint:fix && npm run prettier:fix",
        "prettier:cli": "prettier \"**/*.ts\" \"**/*.js\"",
        "prettier:check": "npm run prettier:cli -- -l",
        "prettier:fix": "npm run prettier:cli -- --write",
        "eslint": "eslint --report-unused-disable-directives .",
        "eslint:fix": "npm run eslint -- --fix",
        "openapi-spec": "node ./dist/openapi-spec",
        "apidocs": "npx widdershins --language_tabs 'javascript:JavaScript:request' 'javascript--nodejs:Node.JS' --summary openapi.json -o openapi.md",
        "pretest": "npm run build",
        "test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
        "test:dev": "lb-nyc lb-mocha --allow-console-logs dist/__tests__/**/*.js",
        "migrate": "node ./dist/migrate",
        "prestart": "npm run build",
        "prepublishOnly": "npm run test",
        "postinstall": "node migration.js"
    },
    "repository": {
        "type": "git"
    },
    "author": "Sourcefuse",
    "license": "MIT",
    "files": [
        "README.md",
        "index.js",
        "index.d.ts",
        "dist",
        "src",
        "migration.js",
        "migrations",
        "database.json",
        "!*/__tests__",
        ".env.defaults",
        ".env.example"
    ],
    "peerDependencies": {
        "db-migrate": "^1.0.0-beta.21",
        "db-migrate-pg": "^1.3.0"
    },
    "dependencies": {
        "@loopback/boot": "^7.0.9",
        "@loopback/context": "^7.0.9",
        "@loopback/core": "^6.1.6",
        "@loopback/metadata": "^7.0.9",
        "@loopback/openapi-v3": "^10.0.9",
        "@loopback/repository": "^7.0.9",
        "@loopback/rest": "^14.0.9",
        "@loopback/rest-explorer": "^7.0.9",
        "@loopback/service-proxy": "^7.0.9",
        "@sourceloop/audit-log": "^8.0.4",
        "@sourceloop/core": "^17.0.1",
        "@types/proxyquire": "^1.3.28",
        "axios": "^1.6.0",
        "dotenv": "^16.4.5",
        "dotenv-extended": "^2.9.0",
        "jsonwebtoken": "^9.0.0",
        "loopback-connector-postgresql": "^7.1.8",
        "loopback4-authentication": "^12.1.1",
        "loopback4-authorization": "^7.0.3",
        "loopback4-soft-delete": "^10.0.3",
        "moment": "^2.29.3",
        "nanoid": "^3.3.4",
        "opentok": "^2.15.1",
        "proxyquire": "^2.1.3",
        "tslib": "^2.6.2",
        "twilio": "^4.20.0"
    },
    "devDependencies": {
        "@loopback/build": "^11.0.8",
        "@loopback/eslint-config": "^15.0.4",
        "@loopback/testlab": "^7.0.8",
        "@types/axios": "^0.14.0",
        "@types/crypto-random-string": "^2.0.0",
        "@types/jsonwebtoken": "^9.0.0",
        "@types/mocha": "^10.0.1",
        "@types/moment": "^2.13.0",
        "@types/node": "^20.12.7",
        "@types/opentok": "^2.13.1",
        "@types/sinon": "^10.0.11",
        "axios-mock-adapter": "1.20.0",
        "db-migrate": "^1.0.0-beta.21",
        "db-migrate-pg": "^1.3.0",
        "eslint": "^8.57.0",
        "is-blob": "3.0.0",
        "mocha": "^10.2.0",
        "nyc": "^15.1.0",
        "sinon": "^13.0.2",
        "source-map-support": "^0.5.21",
        "typescript": "^5.4.5",
        "widdershins": "^4.0.1"
    },
    "optionalDependencies": {
        "@loopback/sequelize": "^0.6.9"
    },
    "overrides": {
        "resolutions": {
            "axios-mock-adapter": "1.20.0"
        },
        "widdershins": {
            "swagger2openapi": "^7.0.8",
            "markdown-it": "^12.3.2",
            "yargs": "^17.4.1"
        },
        "body-parser": {
            "debug": "^4.3.4"
        },
        "httpsnippet": {
            "debug": "^4.3.4"
        },
        "send": {
            "debug": "^4.3.4"
        },
        "tunnel-ssh": {
            "debug": "^4.3.4"
        },
        "finalhandler": {
            "debug": "^4.3.4"
        },
        "express": {
            "debug": "^4.3.4",
            "finalhandler": "^1.2.0",
            "send": "^0.18.0",
            "serve-static": "^1.15.0"
        },
        "opentok": {
            "jsonwebtoken": "^9.0.0",
            "request": "2.88.0"
        },
        "twilio": {
            "jsonwebtoken": "^9.0.0",
            "axios": "^1.6.0"
        }
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "typedoc": {
        "config": {
            "entryPoints": [
                "src/index.ts"
            ],
            "out": "services/video-conferencing-service",
            "plugin": [
                "typedoc-plugin-markdown"
            ]
        },
        "settings": {
            "includeOpenAPIDoc": true
        }
    },
    "gitHead": "1ae2839c962372c4931e884b8c2b258d3d7a9e2e"
}
