{ "name": "openvidu-meet-backend", "version": "3.0.0-beta3", "description": "OpenVidu Meet Backend", "author": "OpenVidu", "license": "Apache-2.0", "homepage": "https://github.com/OpenVidu/openvidu-meet#readme", "repository": { "type": "git", "url": "git+https://github.com/OpenVidu/openvidu-meet.git" }, "bugs": { "url": "https://github.com/OpenVidu/openvidu-meet/issues" }, "keywords": [ "openvidu", "webrtc", "openvidu-meet" ], "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "src", "openapi", "package.json" ], "scripts": { "build:prod": "tsc", "postbuild:prod": "cp -r openapi dist/openapi", "start:prod": "node dist/src/server.js", "start:dev": "nodemon", "package:build": "npm run build:prod && npm pack", "lib:sync-pro": "npm run package:build && cp openvidu-meet-server-*.tgz ../../openvidu-meet-pro/backend", "typings:sync": "npm run sync-ce --prefix ../typings", "test:embedded-auth-api": "node --experimental-vm-modules node_modules/.bin/jest --forceExit tests/api/embedded/participants.test.ts", "test:integration-webhooks": "node --experimental-vm-modules node_modules/.bin/jest --forceExit tests/services/openvidu-webhook.service.test.ts", "lint:fix": "eslint src --fix", "format:code": "prettier --ignore-path .gitignore --write '**/*.{ts,js,json,md}'" }, "dependencies": { "@aws-sdk/client-s3": "3.673.0", "chalk": "5.4.1", "cookie-parser": "1.4.7", "cors": "2.8.5", "cron": "^4.1.0", "dotenv": "16.4.7", "express": "4.21.2", "express-basic-auth": "1.2.1", "express-openapi-validator": "^5.4.2", "express-rate-limit": "^7.5.0", "inversify": "^6.2.1", "ioredis": "^5.4.2", "livekit-server-sdk": "2.6.2", "ms": "2.1.3", "redlock": "git+https://github.com/mike-marcacci/node-redlock.git", "reflect-metadata": "^0.2.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", "uid": "^2.0.2", "winston": "3.14.2", "yamljs": "^0.3.0", "zod": "^3.24.2" }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.16.3", "@types/cookie-parser": "1.4.7", "@types/cors": "2.8.17", "@types/express": "4.17.21", "@types/jest": "^29.5.14", "@types/ms": "2.1.0", "@types/node": "^20.12.14", "@types/supertest": "^6.0.2", "@types/swagger-ui-express": "^4.1.6", "@types/validator": "^13.12.2", "@types/yamljs": "^0.2.34", "@typescript-eslint/eslint-plugin": "6.7.5", "@typescript-eslint/parser": "6.7.5", "cross-env": "7.0.3", "eslint": "8.50.0", "eslint-config-prettier": "9.0.0", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", "nodemon": "3.1.9", "openapi-zod-client": "1.18.2", "prettier": "3.3.3", "supertest": "^7.0.0", "ts-jest": "^29.2.5", "ts-jest-resolver": "^2.0.1", "ts-node": "10.9.2", "typescript": "5.4.5" } }