forked from ivansaenz/southwest-price-drop-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"name": "southwest-price-drop-bot",
"version": "3.1.4",
"description": "Bot that watches Southwest flights for price drops.",
"author": "Sam Yun",
"license": "MIT",
"repository": "[email protected]: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": ">8.11.1",
"npm": ">5.6.0",
"yarn": "^1.7.0"
},
"scripts": {
"develop": "nodemon --trace-warnings index.js",
"lint": "semistandard --fix",
"start": "node --trace-warnings index.js",
"debug": "node --inspect index.js",
"task:check": "node --trace-warnings tasks/check.js",
"test": "tape test/**/*.js"
},
"dependencies": {
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"chrono-node": "^1.3.5",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"google-libphonenumber": "^3.2.1",
"load-json-file": "^5.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.1",
"mailgun-js": "^0.22.0",
"npm": "^6.5.0",
"package.json": "^2.0.1",
"plivo": "^4.0.5",
"pug": "^2.0.3",
"puppeteer": "^1.11.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"redis": "^2.8.0",
"redis-server": "^1.2.2",
"semaphore-async-await": "^1.5.1",
"shortid": "^2.2.14",
"tape": "^4.9.1",
"victory": "^31.0.2",
"yarn": "^1.12.3"
},
"devDependencies": {
"nodemon": "1.18.9",
"semistandard": "13.0.1"
}
}