Skip to content

Commit

Permalink
feat: add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 31, 2023
1 parent 0625e7e commit b8df7d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "solarray",
"description": "A blazing-fast helper library for convenient Solidity dynamic arrays",
"version": "1.0.0",
"author": "evmcheb",
"bugs": "https://github.com/evmcheb/solarray/issues",
"files": [
"src/*"
],
"homepage": "https://github.com/evmcheb/solarray#readme",
"license": "(Apache-2.0 OR MIT)",
"repository": "github.com/evmcheb/solarray"
}

0 comments on commit b8df7d0

Please sign in to comment.