{
  "version": "0.15.0",
  "name": "binbot-charts",
  "type": "module",
  "description": "Binbot charts is the default candlestick bars chart used in terminal.binbot.in to render bots graphically.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carkod/binbot-charts.git"
  },
  "dependencies": {
    "binbot-charts": "^0.12.12",
    "use-immer": "^0.10.0"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.2.0",
    "@testing-library/react": "^14.1.2",
    "@types/node": "^22.7.5",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^10.0.3",
    "happy-dom": "^20.0.11",
    "immer": "^9.0.17",
    "prettier": "^3.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "serve": "^14.2.4",
    "tsup": "^8.3.0",
    "typescript": "^4.9.5",
    "vite": "^5.4.11",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "dev": "vite",
    "start": "vite",
    "format": "prettier --write 'src/**/*.{ts,tsx,css}' '!src/charting_library/**'",
    "build": "rm -rf dist && tsup --config tsup.config.ts --env.NODE_ENV production",
    "test": "vitest run --environment=happy-dom",
    "lint": "npx eslint .",
    "release:patch": "npm run build && npm version patch && git push && git push --tags",
    "release:minor": "npm run build && npm version minor && git push && git push --tags",
    "release:major": "npm run build && npm version major && git push && git push --tags"
  },
  "main": "./dist/main.cjs",
  "module": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/main.js",
      "require": "./dist/main.cjs"
    }
  },
  "files": [
    "dist",
    "public",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "binbot",
    "charts"
  ],
  "author": "carkod",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/carkod/binbot-charts/issues"
  }
}
