{
  "name": "@mg-exchange/charts",
  "version": "0.1.1",
  "type": "module",
  "description": "Professional financial charting library for cryptocurrency exchanges. Canvas 2D + WebGL rendering, 21 indicators, 47 drawing tools, Smart Money Concepts, real-time streaming.",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react.js",
      "require": "./dist/react.cjs"
    },
    "./locales": {
      "types": "./dist/locales/index.d.ts",
      "import": "./dist/locales.js",
      "require": "./dist/locales.cjs"
    }
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "dev": "vite dev",
    "build": "tsc --emitDeclarationOnly && vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "bench": "vitest bench",
    "build:demo": "vite build --config vite.config.demo.ts --emptyOutDir"
  },
  "keywords": [
    "chart",
    "charting",
    "trading",
    "candlestick",
    "financial",
    "crypto",
    "exchange",
    "indicators",
    "technical-analysis",
    "webgl",
    "canvas",
    "ohlc",
    "volume-profile",
    "smart-money",
    "drawing-tools"
  ],
  "author": "Exchange Charts Contributors",
  "homepage": "https://github.com/iZonex/mg-exchange-chart",
  "repository": {
    "type": "git",
    "url": "https://github.com/iZonex/mg-exchange-chart.git"
  },
  "bugs": {
    "url": "https://github.com/iZonex/mg-exchange-chart/issues"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitest/coverage-v8": "^4.1.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.57.2",
    "vite": "^5.4.10",
    "vitest": "^4.1.0"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20.0.0"
  },
  "sideEffects": false
}
