forked from samyun/southwest-price-drop-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.77 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
{
"name": "southwest-price-drop-bot",
"version": "3.5.0",
"description": "Bot that watches Southwest flights for price drops.",
"author": "Sam Yun",
"license": "MIT",
"repository": "git@github.com:samyun/southwest-price-drop-bot.git",
"homepage": "https://github.com/samyun/southwest-price-drop-bot",
"bugs": "https://github.com/samyun/southwest-price-drop-bot/issues",
"main": "index.js",
"private": true,
"engines": {
"node": "^12.8.0",
"npm": "^6.10.3",
"yarn": "^1.17.3"
},
"scripts": {
"develop": "nodemon --trace-warnings index.js",
"lint": "semistandard --fix",
"start": "node --trace-warnings index.js",
"debug": "node --inspect index.js",
"console": "node --experimental-repl-await ./console.js",
"task:check": "node --trace-warnings tasks/check.js",
"test": "tape test/**/*.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"chrono-node": "^1.3.11",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"google-libphonenumber": "^3.2.3",
"load-json-file": "^6.2.0",
"lodash": "^4.17.15",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"mailgun-js": "^0.22.0",
"mongoose": "^5.6.9",
"npm": "^6.10.3",
"package.json": "^2.0.1",
"plivo": "^4.1.3",
"proxy-chain": "^0.2.7",
"pug": "^2.0.4",
"puppeteer": "^1.19.0",
"puppeteer-extra": "^2.1.3",
"puppeteer-extra-plugin-stealth": "^2.2.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"semaphore-async-await": "^1.5.1",
"tape": "^4.11.0",
"victory": "^32.3.6"
},
"devDependencies": {
"yarn": "^1.17.3",
"nodemon": "^1.19.1",
"semistandard": "^13.0.1"
}
}