{
  "name": "@fleet-sdk/common",
  "version": "0.10.0",
  "description": "Internal utility functions, constants and types shared across @fleet-sdk packages.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "sideEffects": false,
  "repository": "github:fleet-sdk/fleet",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "ergo",
    "blockchain"
  ],
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "!**/*.spec.*",
    "!**/*.json",
    "!tests",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts"
  }
}