{
  "name": "thecrownsk-bot",
  "version": "1.0.1",
  "description": "TheCrownSK - Autonomous AI Trading Bot for Monad blockchain with nad.fun integration",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "thecrownsk": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "monad",
    "trading-bot",
    "nadfun",
    "crypto",
    "thecrownsk",
    "moltiverse",
    "ai-agent",
    "moltbook",
    "defi",
    "blockchain"
  ],
  "author": "TheCrownSK <lord_soloking>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/soloking/thecrownsk-bot.git"
  },
  "homepage": "https://github.com/soloking/thecrownsk-bot#readme",
  "bugs": {
    "url": "https://github.com/soloking/thecrownsk-bot/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "viem": "^2.21.0",
    "zod": "^3.24.0",
    "winston": "^3.17.0",
    "dotenv": "^16.4.7",
    "ws": "^8.18.0",
    "p-retry": "^6.2.1",
    "p-queue": "^8.0.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "@types/ws": "^8.5.13",
    "typescript": "^5.7.0",
    "tsx": "^4.19.0"
  }
}
