{
  "scripts": {
    "test": "node benchmark-node.mjs",
    "clean": "rm -rf dist/*",
    "prebuild": "npm run clean",
    "build": "webpack",
    "build:dev": "npm run prebuild && webpack --mode development"
  },
  "dependencies": {
    "@dapplets/unicode-escape-webpack-plugin": "^0.1.1",
    "assert": "^2.1.0",
    "babel-loader": "^10.0.0",
    "buffer": "^6.0.3",
    "d3": "^7.9.0",
    "jsdom": "^26.1.0",
    "license-webpack-plugin": "^4.0.2",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "text-encoding": "^0.7.0",
    "topojson-client": "^3.1.0",
    "url": "^0.11.4",
    "util": "^0.12.5",
    "webpack": "^5.101.0",
    "webpack-cli": "^6.0.1"
  }
}
