From 42de48218b45de2d34d6b436c9efb0913cc30496 Mon Sep 17 00:00:00 2001 From: 21e8 Date: Wed, 13 Nov 2024 21:01:27 +0100 Subject: [PATCH] add npm-relevant info --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 1cc218a..d8e00e0 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,12 @@ "posttest": "yarn run lint", "run:geyser": "yarn tsc && node dist/examples/geyser/index", "run:simple_bundle": "yarn tsc && node dist/examples/simple_bundle/index" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jito-labs/jito-ts.git" + }, + "bugs": { + "url": "https://github.com/jito-labs/jito-ts/issues" } }