-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 865 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
{
"name": "log-into-google-with-puppeteer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node ./dist/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cobalt-intelligence/log-into-google-with-puppeteer.git"
},
"author": "Jordan Hansen",
"license": "ISC",
"bugs": {
"url": "https://github.com/cobalt-intelligence/log-into-google-with-puppeteer/issues"
},
"homepage": "https://github.com/cobalt-intelligence/log-into-google-with-puppeteer#readme",
"dependencies": {
"dotenv": "^10.0.0",
"puppeteer": "^12.0.1",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^16.11.11",
"@types/puppeteer": "^5.4.4",
"typescript": "^4.5.2"
}
}