Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schmackofant committed Mar 8, 2024
1 parent 2ae9af3 commit ab1ca74
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@bioxyz/token-vesting-contract",
"version": "1.1.0",
"description": "ERC20 token vesting smart contract with added virtual token functionality.",
"author": "bio.xyz Community <info@bio.xyz>",
"license": "Apache-2.0",
"files": [
"/contracts/**/*.sol"
],
"repository": {
"type": "git",
"url": "https://github.com/moleculeprotocol/token-vesting-contract.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"vesting",
"token",
"erc20"
],
"bugs": {
"url": "https://github.com/moleculeprotocol/token-vesting-contract/issues"
}
}

0 comments on commit ab1ca74

Please sign in to comment.