Skip to content

Commit

Permalink
add package.json to support dependency references
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfxyz committed Nov 26, 2024
1 parent 5feccd1 commit 8e88f3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 8e88f3d

Please sign in to comment.