Skip to content

Commit 4a36e27

Browse files
committed
Add support for NPM packages
Adding an NPM package.json file allows the NuCypher contracts to be treated as an NPM package, which facilitates the import of the contracts in Node.js frameworks such as Hardhat.
1 parent 075c585 commit 4a36e27

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "nucypher-contracts",
3+
"version": "0.0.1",
4+
"license": "AGPL-3.0-or-later",
5+
"description": "NuCypher Network Smart Contracts",
6+
"author": "NuCypher"
7+
}

0 commit comments

Comments
 (0)