{
  "name": "@jbrowse/plugin-wiggle",
  "version": "4.3.0",
  "type": "module",
  "description": "JBrowse 2 wiggle adapters, tracks, etc.",
  "keywords": [
    "jbrowse",
    "jbrowse2"
  ],
  "license": "Apache-2.0",
  "homepage": "https://jbrowse.org",
  "bugs": "https://github.com/GMOD/jbrowse-components/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/GMOD/jbrowse-components.git",
    "directory": "plugins/wiggle"
  },
  "author": "JBrowse Team",
  "main": "esm/index.js",
  "files": [
    "esm"
  ],
  "dependencies": {
    "@gmod/bbi": "^9.0.9",
    "@gmod/hclust": "3.0.4",
    "@jbrowse/mobx-state-tree": "^5.6.0",
    "@mui/icons-material": "^7.3.11",
    "@mui/material": "^7.3.11",
    "@mui/x-charts-vendor": "^8.26.0",
    "@mui/x-data-grid": "^8.28.2",
    "@types/file-saver-es": "^2.0.3",
    "colord": "^2.9.3",
    "copy-to-clipboard": "^3.3.3",
    "fast-deep-equal": "^3.1.3",
    "file-saver-es": "^2.0.5",
    "mobx": "^6.15.3",
    "mobx-react": "^9.2.1",
    "rxjs": "^7.8.2",
    "@jbrowse/plugin-data-management": "^4.3.0",
    "@jbrowse/plugin-linear-genome-view": "^4.3.0",
    "@jbrowse/core": "^4.3.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": "pnpm run /^build:/",
    "test": "cd ../..; jest --passWithNoTests plugins/wiggle",
    "prebuild": "pnpm clean",
    "build:esm": "tsc -p tsconfig.build.esm.json",
    "clean": "rimraf esm *.tsbuildinfo"
  },
  "types": "esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./esm/index.d.ts",
      "import": "./esm/index.js"
    }
  }
}