-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 882 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 882 Bytes
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
{
"name": "lcc-tracker",
"version": "0.0.1",
"description": "This script tracks each LCC's events to help me and my acquaintance to get a good deal on their flight ticket.",
"main": "index.js",
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fifoqueue/lcc-tracker.git"
},
"author": "FiLo",
"private": true,
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/fifoqueue/lcc-tracker/issues"
},
"homepage": "https://github.com/fifoqueue/lcc-tracker#readme",
"dependencies": {
"axios": "^1.7.9",
"croner": "^9.0.0",
"jsdom": "^26.0.0",
"redis": "^4.7.0"
},
"packageManager": "yarn@4.6.0"
}