-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.09 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.09 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "golf-booking-bot",
"version": "1.1.0",
"description": "A bot for automating golf booking tasks",
"main": "Browser.js",
"bin": "Browser.js",
"scripts": {
"build": "echo 'no build needed'",
"start": "node index.js"
},
"keywords": [
"golf",
"automation",
"bot"
],
"author": "",
"license": "ISC",
"pkg": {
"assets": [
"UI/public/**/*",
"UI/templates/**/*",
"node_modules/puppeteer-extra-plugin-stealth/**/*.*"
],
"outputPath": "dist",
"scripts": "node_modules/puppeteer/lib/*.js"
},
"dependencies": {
"adm-zip": "^0.5.10",
"config": "^3.3.12",
"debug": "^4.3.1",
"docker": "^1.0.0",
"ejs": "^3.1.6",
"ejs-locals": "^1.0.2",
"express": "^4.17.1",
"joi": "^17.4.0",
"joi-objectid": "^3.0.1",
"moment-timezone": "^0.5.33",
"mongoose": "^7.1.1",
"morgan": "^1.10.0",
"open": "^8.0.9",
"progress": "^2.0.3",
"puppeteer": "^20.2.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"user-agents": "^1.0.650",
"useragent": "^2.3.0"
}
}