{
  "name": "@vertex-protocol/utils",
  "version": "1.15.2",
  "type": "module",
  "sideEffects": false,
  "description": "",
  "author": "Frank Jia <frank@vertexprotocol.com>",
  "homepage": "",
  "bugs": {
    "url": ""
  },
  "license": "ISC",
  "source": "./src/index.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vertex-protocol/vertex-typescript-sdk",
    "directory": "packages/utils"
  },
  "scripts": {
    "clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
    "build": "tsup",
    "dev": "tsc -w",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "bignumber.js": "^9.3.0",
    "viem": "catalog:"
  },
  "devDependencies": {
    "bignumber.js": "^9.3.0",
    "viem": "catalog:"
  },
  "gitHead": "78981e758ed0f8a77b407537f06f6284309c3d4d"
}
