{
  "name": "react-msaview",
  "author": "Colin",
  "version": "5.0.13",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/GMOD/JBrowseMSA.git",
    "directory": "packages/lib"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "bundle",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {
    "@jbrowse/core": ">=2.0.0",
    "@jbrowse/mobx-state-tree": "^5.0.0",
    "@mui/icons-material": ">=5.0.0",
    "@mui/material": ">=5.0.0",
    "mobx": ">=6.0.0",
    "mobx-react": ">=7.0.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@types/node": "^25.6.0"
  },
  "dependencies": {
    "@mui/icons-material": "^7.3.10",
    "@mui/material": "^7.3.10",
    "colord": "^2.9.3",
    "flatbush": "^4.5.1",
    "@jbrowse/svgcanvas": "5.0.13",
    "msa-parsers": "5.0.13"
  },
  "scripts": {
    "clean": "rimraf dist bundle",
    "watch": "pnpm build:esm --watch",
    "format": "prettier --write .",
    "build:esm": "tsc --project tsconfig.build.json",
    "build:bundle": "webpack",
    "build": "pnpm clean && pnpm build:esm && pnpm build:bundle",
    "statedocs": "rm -rf apidocs && mkdir apidocs && node --experimental-strip-types docgen/generateStateModelDocs.ts",
    "poststatedocs": "pnpm format",
    "test": "vitest"
  },
  "main": "dist/index.js"
}