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" + } }