{
  "name": "@bitgo-beta/sdk-coin-arbeth",
  "version": "1.0.0",
  "description": "BitGo SDK coin library for Arbitrum",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "build": "yarn tsc --build --incremental --verbose .",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "lint": "eslint --quiet .",
    "prepare": "npm run build",
    "test": "npm run coverage",
    "coverage": "nyc -- npm run unit-test",
    "unit-test": "mocha"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "MIT",
  "engines": {
    "node": ">=16 <19"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/sdk-coin-arbeth"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo-beta/abstract-eth": "1.0.2-beta.371",
    "@bitgo-beta/sdk-coin-eth": "4.4.1-beta.140",
    "@bitgo-beta/sdk-core": "8.2.1-beta.140",
    "@bitgo-beta/statics": "15.1.1-beta.143",
    "@ethereumjs/common": "^2.4.0"
  },
  "devDependencies": {
    "@bitgo-beta/sdk-api": "1.10.1-beta.140",
    "@bitgo-beta/sdk-test": "^1.2.41"
  },
  "gitHead": "913d04e737ac6c6fc7fceb34004cfce86dfab3a2"
}
