{
  "name": "@kibibot/cli",
  "version": "1.3.0",
  "description": "KibiBot CLI — deploy tokens, check balances, and manage your AI agent from the terminal",
  "type": "module",
  "bin": {
    "kibi": "./bin/kibi.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "!dist/__tests__",
    "bin",
    "scripts",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "kibibot",
    "kibi",
    "token",
    "meme",
    "agent",
    "cli",
    "base",
    "bnb",
    "solana"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "ora": "^8.1.0",
    "smol-toml": "^1.6.1",
    "string-width": "^8.2.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0",
    "vitest": "^4.1.2"
  }
}
