{
  "name": "@jonobr1/force-directed-graph",
  "version": "1.21.5",
  "description": "GPU supercharged attraction-graph visualizations for the web built on top of Three.js",
  "main": "build/fdg.js",
  "module": "build/fdg.module.js",
  "types": "types.d.ts",
  "scripts": {
    "dev": "esbuild --servedir=. --serve=8080",
    "build": "node ./utils/build.js",
    "lint": "eslint . --fix",
    "types": "tsc --outFile types.d.ts"
  },
  "files": [
    "package.json",
    "src",
    "build",
    "readme.md",
    "index.html",
    "types.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonobr1/force-directed-graph.git"
  },
  "keywords": [
    "force",
    "directed",
    "graph",
    "physics",
    "gpgpu",
    "data",
    "visualization",
    "dataviz",
    "2d",
    "3d",
    "three.js",
    "webgl"
  ],
  "author": {
    "name": "jonobr1",
    "url": "http://jonobr1.com/"
  },
  "license": "MIT",
  "private": false,
  "bugs": {
    "url": "https://github.com/jonobr1/force-directed-graph/issues"
  },
  "homepage": "https://github.com/jonobr1/force-directed-graph#readme",
  "peerDependencies": {
    "three": "^0.150.1"
  },
  "devDependencies": {
    "esbuild": "^0.25.0",
    "eslint": "^9.21.0",
    "typescript": "^5.8.2"
  }
}