UNPKG

hardlydifficult-eth

Version:

A collection of reusable contracts and Javascript helpers for Ethereum.

66 lines (65 loc) 1.8 kB
{ "name": "hardlydifficult-eth", "version": "1.1.4", "description": "A collection of reusable contracts and Javascript helpers for Ethereum.", "scripts": { "build": "npm run compile", "compile": "truffle compile", "test": "truffle test", "lint": "eslint . --fix && solium -d contracts --fix", "lintNoFix": "eslint .", "coverage": "truffle run coverage && cat coverage/lcov.info | coveralls", "ganache": "ganache-cli -e 10000000000" }, "files": [ "build", "contracts", "src", "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/HardlyDifficult/hardlydifficult-eth.git" }, "keywords": [ "Solidity", "Vyper", "Ethereum", "ETH", "Truffle", "Javascript" ], "author": "HardlyDifficult", "license": "MIT", "bugs": { "url": "https://github.com/HardlyDifficult/hardlydifficult-eth/issues" }, "homepage": "https://github.com/HardlyDifficult/hardlydifficult-eth#readme", "dependencies": { "@openzeppelin/contracts": "3.4.1", "@truffle/contract": "4.3.23", "@uniswap/lib": "2.1.0", "@uniswap/v2-core": "1.0.1", "@uniswap/v2-periphery": "1.1.0-beta.0", "bignumber.js": "9.0.1", "unlock-abi-7": "1.0.3", "web3-utils": "1.4.0" }, "devDependencies": { "@codechecks/client": "0.1.10", "@openzeppelin/test-helpers": "0.5.11", "coveralls": "3.1.1", "eslint": "7.30.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-json": "3.0.0", "eslint-plugin-markdown": "2.2.0", "eslint-plugin-prettier": "3.4.0", "eth-gas-reporter": "0.2.22", "ganache-cli": "6.12.2", "prettier": "2.3.2", "solidity-coverage": "0.7.16", "solium": "1.2.5", "truffle": "5.3.14", "truffle-assertions": "0.9.2" } }