{
  "name": "@fuel-ts/transactions",
  "version": "0.103.0",
  "description": "",
  "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "engines": {
    "node": "^20.0.0 || ^22.0.0 || ^24.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./configs": {
      "types": "./dist/configs.d.ts",
      "require": "./dist/configs.js",
      "import": "./dist/configs.mjs"
    }
  },
  "typesVersions": {
    "*": {
      "configs": [
        "./dist/configs.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FuelLabs/fuels-ts.git"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@fuel-ts/abi-coder": "0.103.0",
    "@fuel-ts/address": "0.103.0",
    "@fuel-ts/errors": "0.103.0",
    "@fuel-ts/hasher": "0.103.0",
    "@fuel-ts/math": "0.103.0",
    "@fuel-ts/utils": "0.103.0"
  },
  "scripts": {
    "build": "tsup",
    "postbuild": "tsx ../../scripts/postbuild.ts"
  }
}