All checks were successful
Deploy Teams-Browser-Bot / deploy (push) Successful in 2m49s
Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
900 B
JSON
36 lines
900 B
JSON
{
|
|
"name": "service-teams-browser-bot",
|
|
"version": "1.0.0",
|
|
"description": "Browser-based Teams Meeting Bot using Playwright",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "ts-node src/index.ts",
|
|
"lint": "eslint src/**/*.ts",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "1.60.0",
|
|
"rebrowser-playwright": "^1.52.0",
|
|
"ws": "^8.18.0",
|
|
"uuid": "^11.1.0",
|
|
"dotenv": "^16.4.1",
|
|
"express": "^4.21.2",
|
|
"winston": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^22.0.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"@types/ws": "^8.5.10",
|
|
"typescript": "^5.3.3",
|
|
"ts-node": "^10.9.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
"@typescript-eslint/parser": "^8.59.4",
|
|
"eslint": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|