From 27b9c84dddb13f83715f353ad41513bcfe32c8a7 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Fri, 8 Sep 2023 10:56:00 +0530 Subject: [PATCH] Update package.json (#2) --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1816959..2164ca5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "retrosheet-ts", - "version": "0.1.1", + "version": "0.1.2", "description": "", "main": "./dist/index.js", + "keywords": ["retrosheet", "google sheets", "google forms", "sheets db"], "scripts": { "build": "tsc --skipLibCheck", "test": "echo \"Error: no test specified\" && exit 0", @@ -16,7 +17,12 @@ "files": [ "dist" ], - "author": "Yogesh Choudhary Paliyal", + "homepage": "https://github.com/yogeshpaliyal/RetroSheet-TS", + "bugs": { + "url": "https://github.com/yogeshpaliyal/RetroSheet-TS/issues", + "email": "yogeshpaliyal.foss+retrosheet@gmail.com" + }, + "author": "Yogesh Choudhary Paliyal (https://yogeshpaliyal.com)", "license": "ISC", "devDependencies": { "@types/node-fetch": "2.6.4",