@jbrowse/plugin-linear-genome-view
Version:
JBrowse 2 linear genome view
57 lines • 1.45 kB
JSON
{
"name": "@jbrowse/plugin-linear-genome-view",
"version": "4.3.0",
"type": "module",
"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/linear-genome-view"
},
"author": "JBrowse Team",
"main": "esm/index.js",
"files": [
"esm"
],
"dependencies": {
"@jbrowse/mobx-state-tree": "^5.6.0",
"@mui/icons-material": "^7.3.11",
"@mui/material": "^7.3.11",
"@types/file-saver-es": "^2.0.3",
"copy-to-clipboard": "^3.3.3",
"file-saver-es": "^2.0.5",
"mobx": "^6.15.3",
"mobx-react": "^9.2.1",
"@jbrowse/product-core": "^4.3.0",
"@jbrowse/core": "^4.3.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"prebuild": "pnpm clean",
"build": "pnpm run /^build:/",
"build:esm": "tsc -p tsconfig.build.esm.json",
"clean": "rimraf esm *.tsbuildinfo",
"test": "cd ../..; jest --passWithNoTests plugins/linear-genome-view"
},
"types": "esm/index.d.ts",
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js"
}
}
}