@jbrowse/plugin-linear-genome-view
Version:
JBrowse 2 linear genome view
62 lines (61 loc) • 1.75 kB
JSON
{
"name": "@jbrowse/plugin-linear-genome-view",
"version": "3.7.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/linear-genome-view"
},
"author": "JBrowse Team",
"distMain": "dist/index.js",
"distModule": "esm/index.js",
"srcMain": "src/index.ts",
"srcModule": "src/index.ts",
"main": "dist/index.js",
"files": [
"dist",
"esm"
],
"scripts": {
"prebuild": "npm run clean",
"build": "npm-run-all build:*",
"build:esm": "tsc --build tsconfig.build.esm.json",
"build:commonjs": "tsc --build tsconfig.build.commonjs.json",
"clean": "rimraf dist esm *.tsbuildinfo",
"test": "cd ../..; jest --passWithNoTests plugins/linear-genome-view",
"prepublishOnly": "yarn test",
"prepack": "yarn build && yarn useDist",
"postpack": "yarn useSrc",
"useDist": "node ../../scripts/useDist.js",
"useSrc": "node ../../scripts/useSrc.js"
},
"dependencies": {
"@jbrowse/core": "^3.7.0",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@types/file-saver": "^2.0.1",
"copy-to-clipboard": "^3.3.1",
"file-saver": "^2.0.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"module": "esm/index.js",
"gitHead": "85bdd0d58286b7adbfd408146b15847676317635"
}