Skip to content

Commit

Permalink
Add more fields to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Nov 6, 2018
1 parent 36dc93d commit 9dc6ee7
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
{
"name": "eth-balance-checker",
"version": "0.1.0",
"description": "Ethereum smart contract for efficient ERC20 and Ether balance checks.",
"description": "Ethereum smart contract and library for efficient ERC20 and Ether balance checks.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"sideEffects": false,
"author": "Will O'Beirne <[email protected]>",
"contributors": ["Henry Nguyen"],
"license": "MIT",
"homepage": "https://github.com/wbobeirne/eth-balance-checker",
"bugs": {
"url": "https://github.com/wbobeirne/eth-balance-checker/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wbobeirne/eth-balance-checker.git"
},
"keywords": [
"ethereum",
"ether",
"erc20",
"balance",
"solidity"
],
"scripts": {
"build": "npm run build:contract && npm run build:lib",
"build:lib": "tsc",
Expand Down

0 comments on commit 9dc6ee7

Please sign in to comment.