forked from TheaMorin/pickleball-poacher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 KB
/
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
34
35
36
37
38
39
40
41
{
"name": "pickleball-poacher",
"version": "1.0.0",
"description": "City of Ottawa recreation centre drop-in reservation script.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cache-schedule": "node ./scrape-schedule.js -c -f json -o ./cache/schedule.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morinted/pickleball-poacher.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/morinted/pickleball-poacher/issues"
},
"homepage": "https://github.com/morinted/pickleball-poacher#readme",
"dependencies": {
"args": "^5.0.3",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"conf": "^10.0.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"node-fetch": "^3.1.0",
"puppeteer": "^11.0.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-recaptcha": "^3.5.0",
"puppeteer-extra-plugin-stealth": "^2.9.0",
"yaml": "^2.1.1",
"yargs": "^17.2.1"
},
"devDependencies": {
"eslint": "^8.2.0",
"prettier": "2.4.1"
}
}