{
  "name": "@settlemint/sdk-cli",
  "description": "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
  "version": "2.4.0",
  "type": "module",
  "private": false,
  "license": "FSL-1.1-MIT",
  "author": {
    "name": "SettleMint",
    "email": "support@settlemint.com",
    "url": "https://settlemint.com"
  },
  "homepage": "https://github.com/settlemint/sdk/blob/main/sdk/cli/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/settlemint/sdk.git",
    "directory": "sdk/cli"
  },
  "bugs": {
    "url": "https://github.com/settlemint/sdk/issues",
    "email": "support@settlemint.com"
  },
  "files": ["dist"],
  "exports": {
    "./*": {
      "types": "./dist/*.d.ts",
      "default": "./dist/*.js"
    }
  },
  "bin": {
    "settlemint": "dist/cli.js"
  },
  "scripts": {
    "build": "bun run build.ts",
    "dev": "tsdown --watch",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "typecheck": "tsc --noEmit",
    "publish-npm": "bun publish --tag ${TAG} --access public || exit 0",
    "docs": "bun scripts/create-docs.ts",
    "prepack": "cp ../../LICENSE ."
  },
  "dependencies": {
    "node-fetch-native": "1.6.6"
  },
  "devDependencies": {
    "@commander-js/extra-typings": "14.0.0",
    "commander": "14.0.0",
    "@inquirer/confirm": "5.1.12",
    "@inquirer/input": "4.1.12",
    "@inquirer/password": "4.0.15",
    "@inquirer/select": "4.2.3",
    "@settlemint/sdk-js": "2.4.0",
    "@settlemint/sdk-utils": "2.4.0",
    "@settlemint/sdk-viem": "2.4.0",
    "@types/node": "24.0.1",
    "@types/semver": "7.7.0",
    "@types/which": "3.0.4",
    "get-tsconfig": "4.10.1",
    "giget": "2.0.0",
    "is-in-ci": "1.0.0",
    "semver": "7.7.2",
    "slugify": "1.6.6",
    "viem": "2.31.1",
    "which": "5.0.0",
    "yaml": "2.8.0",
    "yoctocolors": "2.1.1"
  },
  "peerDependencies": {
    "hardhat": "2.24.3"
  },
  "peerDependenciesMeta": {
    "hardhat": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "settlemint",
    "blockchain",
    "blockchain-development",
    "enterprise-blockchain",
    "web3",
    "web3-development",
    "web3-tools",
    "sdk",
    "typescript",
    "cli",
    "command-line"
  ]
}
