From fb6a0aae4a4d95903c511bf739f81734de49d7b8 Mon Sep 17 00:00:00 2001 From: tgoulder4 <118992509+tgoulder4@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:08:12 +0100 Subject: [PATCH] change package.json --- package.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 744c462..dc8bb84 100644 --- a/package.json +++ b/package.json @@ -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" }