Skip to content

Commit

Permalink
change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoulder4 committed Aug 18, 2023
1 parent ed0c4a9 commit fb6a0aa
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,27 @@
"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": "1.0.0",
"main": "dist\\index.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "github.com/tgoulder4/trainspy"
},
"keywords": [
"Train",
"Train-Tracker",
"Tracker",
"Scraper",
"Realtime",
"Trains",
"RealTimeTrains"
],
"author": "Tye (tgoulder4)",
"license": "ISC"
}

0 comments on commit fb6a0aa

Please sign in to comment.