{
  "name": "kline-charts-react",
  "version": "0.1.0",
  "description": "Professional stock K-line chart React component with built-in data source, powered by ECharts and stock-sdk",
  "author": "chengzuopeng",
  "license": "MIT",
  "type": "module",
  "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"
    },
    "./unstable": {
      "types": "./dist/unstable.d.ts",
      "import": "./dist/unstable.js",
      "require": "./dist/unstable.cjs"
    },
    "./style.css": "./dist/kline-charts-react.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "dev": "yarn --cwd playground dev",
    "build": "tsc -b && vite build",
    "build:lib": "tsc -b && vite build",
    "build:playground": "yarn --cwd playground build",
    "typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p playground/tsconfig.json",
    "lint": "eslint .",
    "test": "vitest",
    "test:run": "vitest run",
    "pack:check": "npm pack --dry-run",
    "preview": "yarn --cwd playground preview",
    "prepublishOnly": "yarn build"
  },
  "peerDependencies": {
    "echarts": ">=5.4.0",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "dependencies": {
    "stock-sdk": "2.3.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^22.0.0",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@vitejs/plugin-react": "^4.3.4",
    "echarts": "^5.5.0",
    "eslint": "^9.17.0",
    "eslint-plugin-react-hooks": "^7.0.1",
    "globals": "^16.4.0",
    "jsdom": "^27.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "~5.6.2",
    "typescript-eslint": "^8.46.2",
    "vite": "^6.0.5",
    "vite-plugin-dts": "^4.4.0",
    "vitest": "^3.2.4"
  },
  "keywords": [
    "kline",
    "k-line",
    "stock",
    "chart",
    "echarts",
    "react",
    "candlestick",
    "trading",
    "finance",
    "stock-chart",
    "technical-analysis",
    "macd",
    "bollinger",
    "kdj",
    "rsi",
    "a-share",
    "hk-stock",
    "us-stock"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chengzuopeng/kline-charts-react.git"
  },
  "bugs": {
    "url": "https://github.com/chengzuopeng/kline-charts-react/issues"
  },
  "homepage": "https://github.com/chengzuopeng/kline-charts-react#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "packageManager": "yarn@1.22.22"
}
