From 892f2eebe6cf1f1993bfb1d54b4ab2ec283aa276 Mon Sep 17 00:00:00 2001 From: przemerr Date: Mon, 10 Jun 2024 21:16:08 +0200 Subject: [PATCH] switch to lisk-cryptography --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f078ee0..ce5ba88 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "Tool for creating backup JSON for the Lisk Desktop from a private key", "main": "exodusRecovery.js", }, + "bin": { + "exodusRecovery": "./exodusRecovery.js" + }, "author": "przemer", "license": "ISC", "engines": {