{
  "name": "@kyuzan/mountain-public-api-client",
  "version": "1.0.0",
  "description": "Auto-generated TypeScript client for MOUNTAIN Public API",
  "keywords": [
    "kyuzan",
    "mountain",
    "blockchain",
    "web3",
    "api",
    "client",
    "typescript",
    "sdk",
    "openapi",
    "rest",
    "axios"
  ],
  "homepage": "https://mountain-public-docs.netlify.app/",
  "license": "MIT",
  "author": "Kyuzan Inc.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*.cjs",
    "dist/*.js",
    "dist/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "NODE_ENV=production tsup",
    "build:dev": "NODE_ENV=development tsup",
    "clean": "rm -rf dist",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "pnpm typecheck && pnpm build",
    "pack:dry": "npm pack --dry-run"
  },
  "dependencies": {
    "axios": "^1.7.9"
  },
  "devDependencies": {
    "@types/node": "^20.11.9",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "publishConfig": {
    "access": "public"
  }
}