{
  "name": "mint.club-cli",
  "version": "1.5.1",
  "description": "CLI for Mint Club V2 — trade bonding curve tokens, zap through Uniswap, create tokens from your terminal.",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md",
    "build.sh"
  ],
  "bin": {
    "mc": "./dist/index.js"
  },
  "scripts": {
    "build": "bash build.sh",
    "prepublishOnly": "bash build.sh",
    "start": "bun src/index.ts",
    "check": "tsc --noEmit",
    "test": "npx vitest run test/cli.test.ts"
  },
  "keywords": [
    "mint-club",
    "bonding-curve",
    "cli",
    "web3",
    "base",
    "viem",
    "uniswap",
    "defi",
    "token-launch"
  ],
  "homepage": "https://github.com/Steemhunt/mint.club-v2-ai#readme",
  "bugs": {
    "url": "https://github.com/Steemhunt/mint.club-v2-ai/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Steemhunt/mint.club-v2-ai.git",
    "directory": "cli"
  },
  "author": "h1-hunt <h1@hunt.town>",
  "license": "MIT",
  "dependencies": {
    "commander": "^12.1.0",
    "dotenv": "^16.4.5",
    "viem": "^2.21.49"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "typescript": "^5.7.3",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
