{
  "name": "lightweight-charts-react-components",
  "version": "2.5.0",
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "publint": "publint --strict",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "typecheck:tests": "tsc -p tests/tsconfig.json --noEmit",
    "test:unit": "vitest --coverage",
    "test:standalone": "vitest -c tests/standalone/vitest.config.ts",
    "test:readme": "vitest -c tests/readme/vitest.config.ts",
    "test:deno": "vitest -c tests/deno/vitest.config.ts",
    "test:unit:bench": "vitest bench -c tests/bench/vitest.config.ts",
    "test": "run-s \"test:* -- --run\"",
    "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm"
  },
  "description": "React components for Lightweight Charts",
  "keywords": [
    "react",
    "lightweight-charts",
    "data-visualization",
    "trading",
    "charting",
    "stock",
    "market",
    "finance"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ukorvl/lightweight-charts-react-components.git",
    "directory": "lib"
  },
  "sideEffects": false,
  "homepage": "https://github.com/ukorvl/lightweight-charts-react-components#readme",
  "bugs": {
    "url": "https://github.com/ukorvl/lightweight-charts-react-components/issues"
  },
  "type": "module",
  "main": "./dist/lightweight-charts-react-components.mjs",
  "module": "./dist/lightweight-charts-react-components.mjs",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/lightweight-charts-react-components.standalone.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/lightweight-charts-react-components.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "author": "ukorvl <ukorotovskiy@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "lightweight-charts": ">=5 < 6",
    "react": ">=18.2 <20",
    "react-dom": ">=18.2 <20"
  },
  "publishConfig": {
    "provenance": true,
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.1",
    "@microsoft/api-extractor": "^7.58.7",
    "@rsbuild/plugin-react": "^1.4.6",
    "@rslib/core": "^0.6.1",
    "@types/markdown-it": "^14.1.2",
    "@types/react": "^19.2.15",
    "@types/react-dom": "^19.2.2",
    "@vitest/coverage-v8": "^3.2.4",
    "jsr": "^0.14.3",
    "markdown-it": "^14.2.0",
    "publint": "^0.3.21",
    "rsbuild-plugin-dts": "^0.5.5",
    "vitest-canvas-mock": "^0.3.3"
  }
}
