From 8e88f3dbd9b3e08f3f47a721adfd62256b3809a3 Mon Sep 17 00:00:00 2001 From: dmfxyz Date: Tue, 26 Nov 2024 13:53:45 -0500 Subject: [PATCH] add package.json to support dependency references --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..dcf4c89 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "murky", + "version": "0.1.0", + "description": "Murky. A Merkle Proof Generator and Validator in Solidity", + "homepage": "https://github.com/dmfxyz/murky", + "bugs": "https://github.com/dmfxyz/murky", + "license": "MIT", + "author": "dmfxyz", + "files": [ + "src/**/*" + ], + "repository": { + "type": "git", + "url": "https://github.com/dmfxyz/murky.git" + } + } \ No newline at end of file