{
  "name": "@bitgo/eth-contracts",
  "version": "1.0.0",
  "description": "A library to build Ethereum smart contract function calls.",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "test": "mocha --exit -r ts-node/register --timeout 100000 --recursive 'test/**/*.ts'",
    "build": "npm run build-ts",
    "build-ts": "tsc",
    "lint": "TIMING=1 eslint --ignore-pattern dist/ --ext .ts --cache .",
    "lint-fix": "TIMING=1 eslint --fix  --ignore-pattern dist/ --ext .ts --cache .",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitgo/eth-contracts.git"
  },
  "bugs": {
    "url": "https://github.com/bitgo/eth-contracts/issues"
  },
  "homepage": "https://github.com/bitgo/eth-contracts#readme",
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "eslint": "^7.9.0",
    "ethereumjs-abi": "0.6.8",
    "ethereumjs-util": "6.2.0",
    "typescript": "3.4.5"
  },
  "devDependencies": {
    "@types/ethereumjs-abi": "0.6.3",
    "@types/expect": "24.3.0",
    "@types/mocha": "5.2.7",
    "bitgo": "11.1.1",
    "expect": "24.9.0",
    "mocha": "6.2.2",
    "ts-node": "8.5.4"
  }
}
