-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "meeting-bots",
"version": "1.0.0",
"description": "Meetrix.IO",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"test": "playwright test --ui"
},
"keywords": [],
"author": "",
"devDependencies": {
"@playwright/test": "^1.45.3",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.1.0",
"nodemon": "^3.1.4"
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"playwright": "^1.45.3",
"playwright-extra": "^4.3.6",
"playwright-extra-plugin-stealth": "^0.0.1",
"puppeteer": "^22.15.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"ts-node": "^10.9.2"
}
}