-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"dependencies": {
"@types/cheerio": "^0.22.31",
"@types/jquery": "^3.5.16",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.9",
"deep-equal": "^2.2.2",
"htmlparser2": "^9.0.0"
},
"scripts": {
"watch": "nodemon dist/src/index.js",
"build": "tsc src/trackTrain.ts src/getInfo.ts",
"test": "jest",
"release": "release-it"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"dotenv": "^16.3.1",
"jest": "^29.6.2",
"nodemon": "^3.0.1",
"release-it": "^16.1.5",
"write": "^2.0.0"
},
"name": "trainspy",
"description": "Get departures at any UK train station & recieve instant real-time updates on trains throughout their journey via this custom made Realtimetrains scraper.",
"version": "2.0.9",
"main": "dist\\src\\index.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/tgoulder4/trainspy"
},
"keywords": [
"Train",
"Train-Tracker",
"Tracker",
"Scraper",
"Realtime",
"Trains",
"RealTimeTrains"
],
"author": "Tye (tgoulder4)",
"license": "ISC"
}