{
  "name": "opentrader",
  "version": "1.0.0-beta.29",
  "description": "OpenTrader is a powerful open-source crypto trading bot designated to automate your trading strategies on various cryptocurrency exchanges.",
  "keywords": [
    "bot",
    "crypto",
    "trading",
    "algotrading",
    "technical-indicators",
    "custom-strategy",
    "dca-bot",
    "grid-bot",
    "rsi-strategy"
  ],
  "type": "module",
  "main": "dist/main.mjs",
  "types": "dist/main.d.ts",
  "exports": {
    ".": "./dist/main.mjs"
  },
  "bin": {
    "opentrader": "./bin/opentrader.mjs"
  },
  "author": "bludnic",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bludnic/opentrader.git"
  },
  "bugs": {
    "url": "https://github.com/bludnic/opentrader/issues"
  },
  "homepage": "https://github.com/bludnic/opentrader#readme",
  "dependencies": {
    "lodash": "^4.17.21",
    "table": "^6.9.0",
    "async": "^3.2.6",
    "ccxt": "4.4.41",
    "cron": "^3.3.1",
    "emittery": "^1.0.3",
    "zod": "3.24.1",
    "@fastify/cors": "^10.0.2",
    "@fastify/static": "^8.0.3",
    "@trpc/client": "^10.45.2",
    "@trpc/server": "^10.45.2",
    "fastify": "^5.2.0",
    "@prisma/client": "6.0.1",
    "technicalindicators": "^3.1.0",
    "chalk": "^5.3.0",
    "pino": "^9.5.0",
    "pino-pretty": "^11.3.0",
    "prisma": "6.0.1",
    "zod-prisma-types": "3.2.1",
    "big.js": "^6.2.2",
    "superjson": "^2.2.2",
    "zod-to-json-schema": "^3.24.1",
    "commander": "^12.1.0",
    "execa": "^9.5.2",
    "express": "^4.21.2",
    "json5": "^2.2.3",
    "random-words": "^2.0.1"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs"
  },
  "prisma": {
    "schema": "schema.prisma",
    "seed": "node seed.mjs"
  }
}