{
  "name": "@d3fc/d3fc-webgl",
  "version": "3.2.1",
  "description": "A collection of utilities to enable drawing to WebGL canvases",
  "license": "MIT",
  "keywords": [
    "d3",
    "d3fc",
    "webgl"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/d3fc/d3fc"
  },
  "main": "build/d3fc-webgl.js",
  "module": "index",
  "scripts": {
    "bundle": "npx rollup -c ../../scripts/rollup.config.js",
    "start": "npm start  --prefix ../d3fc -- --configPkg=d3fc-webgl"
  },
  "dependencies": {
    "@d3fc/d3fc-rebind": "^6.0.1"
  },
  "peerDependencies": {
    "d3-scale": "*",
    "d3-shape": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
