{
  "name": "@jbrowse/plugin-data-management",
  "version": "3.2.0",
  "description": "JBrowse 2 linear genome view",
  "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/data-management"
  },
  "author": "JBrowse Team",
  "distMain": "dist/index.js",
  "srcMain": "src/index.ts",
  "main": "dist/index.js",
  "files": [
    "dist",
    "esm"
  ],
  "scripts": {
    "build": "npm-run-all build:*",
    "test": "cd ../..; jest --passWithNoTests plugins/data-management",
    "prepublishOnly": "yarn test",
    "prepack": "yarn build && yarn useDist",
    "postpack": "yarn useSrc",
    "useDist": "node ../../scripts/useDist.js",
    "useSrc": "node ../../scripts/useSrc.js",
    "prebuild": "npm run clean",
    "build:esm": "tsc --build tsconfig.build.esm.json",
    "build:commonjs": "tsc --build tsconfig.build.commonjs.json",
    "clean": "rimraf dist esm *.tsbuildinfo"
  },
  "dependencies": {
    "@gmod/ucsc-hub": "^1.0.0",
    "@jbrowse/core": "^3.2.0",
    "@jbrowse/plugin-config": "^3.2.0",
    "@jbrowse/product-core": "^3.2.0",
    "@mui/icons-material": "^6.0.0",
    "@mui/material": "^6.0.0",
    "@mui/x-data-grid": "^7.0.0",
    "deepmerge": "^4.3.1",
    "mobx": "^6.0.0",
    "mobx-react": "^9.0.0",
    "mobx-state-tree": "^5.0.0",
    "react-virtualized-auto-sizer": "^1.0.2",
    "react-vtree": "^3.0.0-beta.1",
    "react-window": "^1.8.6",
    "tss-react": "^4.0.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "distModule": "esm/index.js",
  "srcModule": "src/index.ts",
  "module": "esm/index.js",
  "gitHead": "c750e3f56706a490c19ba75abd807fec5e38aebf"
}
