{
  "name": "ts-chain",
  "version": "0.0.11",
  "description": "Typescript focused Ethereum library",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aantthony/ts-chain.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aantthony/ts-chain/issues"
  },
  "homepage": "https://github.com/aantthony/ts-chain#readme",
  "devDependencies": {
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "@ethersproject/abi": "^5.4.1",
    "@ethersproject/hash": "^5.4.0",
    "@ethersproject/transactions": "^5.4.0",
    "idna-uts46-hx": "^3.4.0",
    "js-sha3": "^0.8.0"
  }
}
