{
  "name": "leapcat",
  "version": "0.1.1",
  "description": "Leapcat CLI — manage auth, wallet, trading, IPO, KYC and more from the terminal",
  "type": "module",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "leapcat": "./dist/index.js"
  },
  "files": [
    "dist",
    "skills",
    ".cursor-plugin"
  ],
  "keywords": [
    "leapcat",
    "cli",
    "stock",
    "trading",
    "ipo",
    "wallet",
    "kyc",
    "market",
    "portfolio",
    "ai-skill",
    "cursor-skill"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "dotenv": "^16.6.1",
    "undici": "^7.24.6"
  },
  "devDependencies": {
    "@types/node": "^22.19.15",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "homepage": "https://leapcat.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/leapcat-ai/leapcat-skills"
  }
}
