{
  "name": "@vitessce/config",
  "version": "4.0.4",
  "author": "HIDIVE Lab at HMS",
  "homepage": "http://vitessce.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitessce/vitessce.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "src",
    "dist",
    "dist-tsc"
  ],
  "dependencies": {
    "zarrita": "0.6.1",
    "@zarrita/storage": "0.1.4",
    "fetch-jsonp": "^1.4.0",
    "@vitessce/constants-internal": "4.0.4",
    "@vitessce/globals": "4.0.4",
    "@vitessce/zarr-utils": "4.0.4",
    "@vitessce/utils": "4.0.4"
  },
  "scripts": {
    "bundle": "pnpm exec vite build -c ../../scripts/vite.config.mjs",
    "test": "pnpm exec vitest --run"
  },
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist-tsc/index.d.ts",
      "import": "./dist/index.js"
    }
  }
}