{
  "name": "3d-force-graph",
  "version": "1.80.0",
  "description": "UI component for a 3D force-directed graph using ThreeJS and d3-force-3d layout engine",
  "type": "module",
  "jsdelivr": "dist/3d-force-graph.min.js",
  "unpkg": "dist/3d-force-graph.min.js",
  "main": "dist/3d-force-graph.mjs",
  "module": "dist/3d-force-graph.mjs",
  "types": "dist/3d-force-graph.d.ts",
  "exports": {
    "types": "./dist/3d-force-graph.d.ts",
    "umd": "./dist/3d-force-graph.min.js",
    "default": "./dist/3d-force-graph.mjs"
  },
  "sideEffects": [
    "./src/*.css"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vasturiano/3d-force-graph.git"
  },
  "homepage": "https://github.com/vasturiano/3d-force-graph",
  "keywords": [
    "3d",
    "force",
    "graph",
    "three",
    "ngraph",
    "webgl"
  ],
  "author": {
    "name": "Vasco Asturiano",
    "url": "https://github.com/vasturiano"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vasturiano/3d-force-graph/issues"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "dev": "rollup -w -c rollup.config.dev.js",
    "prepare": "npm run build"
  },
  "files": [
    "dist/**/*",
    "example/**/*"
  ],
  "dependencies": {
    "accessor-fn": "1",
    "kapsule": "^1.16",
    "three": ">=0.179 <1",
    "three-forcegraph": "1",
    "three-render-objects": "^1.41"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.2",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "postcss": "^8.5.8",
    "rimraf": "^6.1.3",
    "rollup": "^4.60.1",
    "rollup-plugin-dts": "^6.4.1",
    "rollup-plugin-postcss": "^4.0.2",
    "typescript": "^6.0.2"
  },
  "engines": {
    "node": ">=12"
  }
}
