{
  "name": "@bitgo-beta/abstract-substrate",
  "version": "1.0.0",
  "description": "BitGo SDK coin library for Substrate base implementation",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "build": "npm run prepare",
    "build-ts": "yarn tsc --build --incremental --verbose .",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "lint": "eslint --quiet .",
    "prepare": "npm run build-ts"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "MIT",
  "engines": {
    "node": ">=18 <21"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/abstract-substrate"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo-beta/sdk-core": "8.2.1-beta.637",
    "@bitgo-beta/statics": "15.1.1-beta.640"
  },
  "gitHead": "f15278a337c6bbb78af2d9ea9bdec8e9073feaac"
}
