{
  "name": "@ethsub/sol",
  "version": "0.1.1",
  "description": "ethsub contracts",
  "license": "MIT",
  "keywords": [
    "bridge",
    "solidity",
    "etherum",
    "ethsub"
  ],
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/DeerNetwork/ethsub",
  "repository": {
    "type": "git",
    "url": "https://github.com/DeerNetwork/ethsub.git",
    "directory": "packages/sol"
  },
  "files": [
    "build",
    "contracts"
  ],
  "dependencies": {
    "ethers": "^5.5.1",
    "@ethersproject/abi": "^5.5.0",
    "@ethersproject/providers": "^5.5.0",
    "@openzeppelin/contracts": "^3.4.2"
  },
  "devDependencies": {
    "truffle-assertions": "^0.9.2"
  },
  "scripts": {
    "compile": "truffle compile",
    "typegen": "typechain --target ethers-v5 --out-dir build/ethers/ build/contracts/*.json",
    "test": "truffle test"
  }
}