From 4473a8bba80128590fbe83884285e28f0c2e7279 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Mon, 26 Aug 2024 14:57:42 -0600 Subject: [PATCH] update package.json (#64) --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 762e91a..62efd83 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "name": "extractor", + "version": "0.1.0", "license": "Apache-2.0", "scripts": { "test": "npx mocha" @@ -14,5 +16,9 @@ "poseidon-lite": "^0.2.0", "ts-node": "^10.9.1", "typescript": "^5.1.3" + }, + "repository": { + "type": "git", + "url": "https://github.com/pluto/extractor.git" } } \ No newline at end of file