-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Racks-Labs/new_package
New package
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "erc721l", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ERC721L allows you to create experiences where people can earn a erc721l and link it to their favourite nft of your project increasing the percieved value of it and giving a onchain reputation linked to that token.", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -18,14 +18,16 @@ | |
"contracts", | ||
"solidity", | ||
"erc721", | ||
"nft" | ||
"nft", | ||
"ethereum", | ||
"smart" | ||
], | ||
"author": { | ||
"name": "RacksLabs", | ||
"email": "[email protected]", | ||
"url": "https://www.rackslabs.com" | ||
}, | ||
"license": "ISC", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-toolbox": "^2.0.0", | ||
"dotenv": "^16.0.3", | ||
|
@@ -38,5 +40,6 @@ | |
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Racks-Labs/ERC721-Linkable" | ||
} | ||
}, | ||
"homepage": "https://www.e7l.rackslabs.com/" | ||
} |