-
-
Notifications
You must be signed in to change notification settings - Fork 126
/
package.json
69 lines (69 loc) · 1.71 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "themeparks",
"description": "Get Theme Park Wait Times and Opening Times",
"version": "5.1.53",
"homepage": "https://github.com/cubehouse/themeparks",
"bugs": "https://github.com/cubehouse/themeparks/issues",
"author": {
"name": "Jamie Holding",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jamie Holding",
"email": "[email protected]"
}
],
"keywords": [
"themeparks",
"waittimes",
"queues",
"disney",
"universal"
],
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"cookie": "^0.3.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"needle": "^2.6.0",
"random-useragent": "^0.3.1",
"socks-proxy-agent": "^3.0.1",
"sqlite3": "^5.1.5",
"uuid": "^3.4.0",
"xml2js": "^0.4.23",
"yauzl": "^2.10.0"
},
"engines": {
"npm": ">=5",
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git://github.com/cubehouse/themeparks.git"
},
"scripts": {
"test": "eslint ./lib/**.js && mocha lib/test.js",
"testonline": "mocha --exit lib/testonline.js",
"travislocal": "trevor",
"docs": "node dev/UpdateREADME.js && jsdoc -c docs.conf.json -R README.md -t node_modules/ink-docstrap/template -r -d docs",
"lint": "eslint ./lib/**.js",
"snyk-protect": "snyk protect"
},
"main": "./lib/index.js",
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.1",
"ink-docstrap": "^0.5.4",
"jsdoc": "^3.6.6",
"mocha": "^9.1.3",
"restify": "^8.5.1",
"snyk": "^1.452.0",
"trevor": "^1.1.2",
"tz-lookup": "^6.1.25"
},
"snyk": true
}