UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

67 lines (66 loc) 1.92 kB
{ "name": "@jbrowse/plugin-wiggle", "version": "3.6.4", "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", "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/wiggle", "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/bbi": "^7.0.0", "@jbrowse/core": "^3.6.4", "@jbrowse/plugin-data-management": "^3.6.4", "@jbrowse/plugin-linear-genome-view": "^3.6.4", "@mui/icons-material": "^7.0.0", "@mui/material": "^7.0.0", "@mui/x-charts-vendor": "^8.0.0", "@mui/x-data-grid": "^8.0.0", "fast-deep-equal": "^3.1.3", "mobx": "^6.0.0", "mobx-react": "^9.0.0", "mobx-state-tree": "^5.0.0", "react-d3-axis-mod": "^0.1.9", "react-draggable": "^4.4.5", "rxjs": "^7.0.0", "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": "3db8e50ce2bd9c081efbf6c2e7ae5f342380a25a" }