{
  "name": "d3-x3d",
  "version": "2.1.5",
  "type": "module",
  "description": "3D Data Driven Charting Library with D3 and X3D",
  "license": "GPL-2.0",
  "keywords": [
    "d3",
    "d3-module",
    "visualization",
    "chart",
    "graph",
    "data",
    "x3d",
    "3D",
    "dataviz"
  ],
  "homepage": "https://jamesleesaunders.github.io/d3-x3d/",
  "author": "James Saunders (james@saunders-family.net)",
  "repository": {
    "type": "git",
    "url": "https://github.com/jamesleesaunders/d3-x3d.git"
  },
  "bugs": {
    "url": "https://github.com/jamesleesaunders/d3-x3d/issues"
  },
  "module": "index.js",
  "main": "index.js",
  "jsdelivr": "dist/d3-x3d.min.js",
  "unpkg": "dist/d3-x3d.min.js",
  "exports": {
    "umd": "./dist/d3-x3d.min.js",
    "default": "./index.js"
  },
  "scripts": {
    "build": "make",
    "test": "mocha 'test/*Test.js' && mocha 'test/chart/*Test.js' && tape 'test/component/*Test.js' | tap-spec",
    "lint": "eslint -c 'config/.eslintrc.json' src",
    "build:docs": "jsdoc -c config/jsdoc.conf.json",
    "deploy:docs": "npm run build:docs && gh-pages -d docs",
		"prototypes": "node src/prototypes/compilePrototypes.js"
  },
  "dependencies": {
    "d3": "^7.7.0",
    "d3-interpolate-curve": "^1.0.5",
    "gl-matrix": "^3.3.0"
  },
  "devDependencies": {
    "@babel/core": "latest",
    "@babel/plugin-syntax-import-assertions": "^7.20.0",
    "@babel/plugin-transform-object-assign": "latest",
    "@babel/preset-env": "latest",
    "@rollup/plugin-babel": "latest",
    "@rollup/plugin-json": "latest",
    "@rollup/plugin-node-resolve": "latest",
    "browser-env": "^2.0.21",
    "chai": "^4.3.4",
    "eslint": "^8.30.0",
    "gh-pages": "^3.2.3",
    "jsdoc": "^3.6.7",
    "jsdoc-babel": "^0.5.0",
    "jsdom": "^16.5.0",
    "minami": "^1.2.3",
    "mocha": "^10.1.0",
    "rollup": "^3.8.1",
    "svgdom": "^0.1.10",
    "tap-spec": "^5.0.0",
    "tape": "^5.6.1",
    "toast-jsdoc": "^1.0.2",
    "uglify-js": "^3.17.4",
    "vows": "^0.8.3"
  }
}
