{
  "name": "@finos/perspective-viewer-d3fc",
  "version": "3.8.0",
  "description": "Perspective.js D3FC Plugin",
  "unpkg": "./dist/cdn/perspective-viewer-d3fc.js",
  "jsdelivr": "./dist/cdn/perspective-viewer-d3fc.js",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "default": "./dist/esm/perspective-viewer-d3fc.js"
    },
    "./src/*": "./src/*",
    "./dist/*": "./dist/*",
    "./cdn/": "./dist/cdn/",
    "./esm/": "./dist/esm/",
    "./area": "./dist/esm/area.js",
    "./bar": "./dist/esm/bar.js",
    "./candlestick": "./dist/esm/candlestick.js",
    "./column": "./dist/esm/column.js",
    "./heatmap": "./dist/esm/heatmap.js",
    "./line": "./dist/esm/line.js",
    "./ohlc": "./dist/esm/ohlc.js",
    "./sunburst": "./dist/esm/sunburst.js",
    "./xy-scatter": "./dist/esm/xy-scatter.js",
    "./y-scatter": "./dist/esm/y-scatter.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "index.d.ts"
  ],
  "types": "dist/esm/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finos/perspective"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "chroma-js": "^1.3.4",
    "d3fc": "^15.2.4",
    "@d3fc/d3fc-chart": "^5.1.9",
    "@d3fc/d3fc-element": "^6.2.0",
    "d3-selection": "^3.0.0",
    "d3-array": "^3.2.1",
    "d3-svg-legend": "^2.25.6",
    "d3": "^7.8.0",
    "gradient-parser": "1.0.2",
    "@finos/perspective": "^3.8.0",
    "@finos/perspective-viewer": "^3.8.0"
  },
  "devDependencies": {
    "@types/d3": "^7.0.0",
    "@prospective.co/procss": "^0.1.16",
    "typescript": "~5.2.2",
    "@finos/perspective-esbuild-plugin": "^3.8.0",
    "@finos/perspective-test": "^3.8.0"
  },
  "scripts": {
    "prebuild": "mkdirp dist/esm",
    "build": "node ./build.js",
    "clean": "rimraf dist"
  }
}