From a6ae58da32f3cb49cc3ee3e2ba76750186853939 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Fri, 13 Sep 2024 17:18:23 -0600 Subject: [PATCH] Update package.json (#60) --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 49e2ac1..2240189 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "name": "aes-proof", + "version": "0.1.0", "license": "Apache-2.0", "scripts": { "test": "npx mocha" @@ -15,5 +17,8 @@ "ts-node": "^10.9.1", "typescript": "^5.1.3" }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + "repository": { + "type": "git", + "url": "https://github.com/pluto/aes-proof.git" + } }