{
  "name": "d3-rosetta",
  "version": "4.1.0",
  "description": "The D3 Rosetta Stone for maximum framework interoperability",
  "type": "module",
  "main": "./dist/d3-rosetta.esm.js",
  "module": "./dist/d3-rosetta.esm.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./dist/d3-rosetta.esm.js",
      "require": "./dist/d3-rosetta.umd.js"
    }
  },
  "jsdelivr": "./dist/d3-rosetta.esm.js",
  "unpkg": "./dist/d3-rosetta.umd.js",
  "files": [
    "dist/",
    "index.d.ts"
  ],
  "scripts": {
    "test": "vitest run",
    "prettier": "prettier {*.*,**/*.*} --write",
    "build": "vite build",
    "prepublishOnly": "npm run build",
    "upgrade": "ncu -u"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/curran/d3-rosetta.git"
  },
  "keywords": [
    "D3",
    "Data",
    "visualization",
    "unidirectional",
    "data",
    "flow",
    "state",
    "management",
    "memoization"
  ],
  "author": "Curran Kelleher",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/curran/d3-rosetta/issues"
  },
  "homepage": "https://github.com/curran/d3-rosetta#readme",
  "devDependencies": {
    "d3-selection": "^3.0.0",
    "jsdom": "^26.1.0",
    "prettier": "^3.6.2",
    "vite": "^7.0.6",
    "vitest": "^3.2.4",
    "npm-check-updates": "^18.0.2"
  }
}
