{
  "version": "2.1.6",
  "license": "MIT",
  "author": "Colin Diesh",
  "name": "jbrowse-plugin-gwas",
  "description": "JBrowse 2 GWAS API plugin",
  "repository": "github:cmdcolin/jbrowse-plugin-gwas",
  "keywords": [
    "jbrowse",
    "jbrowse2"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "format": "yarn prettier --write .",
    "prebuild": "yarn clean",
    "start": "node esbuild.mjs --watch",
    "build": "tsc && NODE_ENV=production node esbuild.mjs",
    "build:bundle": "NODE_ENV=production node esbuild.mjs",
    "postbuild": "cp distconfig.json dist/config.json",
    "lint": "eslint --report-unused-disable-directives --max-warnings 0",
    "test": "vitest run",
    "test:e2e": "vitest run test/",
    "pretest:e2e": "test -d .test-jbrowse-nightly || jbrowse create .test-jbrowse-nightly --nightly",
    "prepack": "yarn build",
    "postversion": "git push --follow-tags"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-react": "^7.10.4",
    "@emotion/react": "^11.10.4",
    "@eslint/js": "^10.0.1",
    "@fal-works/esbuild-plugin-global-externals": "^2.1.2",
    "@jbrowse/cli": "^4.1.14",
    "@jbrowse/core": "^4.1.14",
    "@jbrowse/mobx-state-tree": "^5.6.0",
    "@jbrowse/plugin-linear-genome-view": "^4.1.14",
    "@jbrowse/plugin-wiggle": "^4.1.14",
    "@mui/icons-material": "7.3.9",
    "@mui/material": "^7.3.9",
    "@mui/system": "^7.3.9",
    "@mui/x-data-grid": "^8.27.5",
    "@schemastore/package": "^0.0.10",
    "@types/jest-image-snapshot": "^6.4.1",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "@typescript-eslint/parser": "^8.57.0",
    "esbuild": "^0.27.4",
    "eslint": "^10.0.3",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-unicorn": "^63.0.0",
    "flatbush": "^4.5.1",
    "jest-image-snapshot": "^6.4.0",
    "mobx": "^6.13.6",
    "mobx-react": "^9.1.0",
    "prettier": "^3.8.1",
    "pretty-bytes": "^7.0.0",
    "prop-types": "^15.8.1",
    "puppeteer": "^24.37.5",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "rimraf": "^6.1.3",
    "rxjs": "^7.8.1",
    "serve": "^14.2.0",
    "tss-react": "^4.9.15",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.57.0",
    "vitest": "^4.0.18"
  }
}
