{
  "name": "@fishbot/chart-series",
  "version": "1.3.2",
  "description": "Series for react-financial-charts",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "sideEffects": false,
  "author": "Reactive Markets",
  "keywords": [
    "charts",
    "charting",
    "stockcharts",
    "finance",
    "financial",
    "finance-chart",
    "react",
    "d3"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/reactivemarkets/react-financial-charts.git"
  },
  "bugs": {
    "url": "https://github.com/reactivemarkets/react-financial-charts/issues"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rimraf lib",
    "compile": "tsc -p tsconfig.json",
    "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput"
  },
  "dependencies": {
    "@fishbot/chart-core": "^1.3.1",
    "@types/d3-scale": "^3.2.2",
    "d3-array": "^2.9.1",
    "d3-scale": "^3.2.3",
    "d3-shape": "^2.0.0"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "gitHead": "a5c1eff806b67a9e6f6dd3090ec0b7d38ce61883"
}
