-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
33 lines (33 loc) · 845 Bytes
/
package.json
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": "@shaunbharat/google-meet-api",
"version": "1.0.2",
"description": "A Javascript package for interacting with a Google Meet, using Puppeteer.",
"keywords": [
"google",
"meet",
"meetings",
"puppeteer",
"api",
"bot",
"google-meet",
"google-meet-bot",
"google-meet-api"
],
"homepage": "https://github.com/shaunbharat/GoogleMeetAPI#readme",
"bugs": "https://github.com/shaunbharat/GoogleMeetAPI/issues",
"repository": {
"type": "git",
"url": "https://github.com/shaunbharat/GoogleMeetAPI.git"
},
"license": "MIT",
"author": "Shaun Bharat",
"main": "meet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"puppeteer": "^13.7.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0"
}
}