UNPKG

@jbrowse/plugin-bed

Version:

JBrowse 2 bed adapters, tracks, etc.

58 lines (57 loc) 1.63 kB
{ "name": "@jbrowse/plugin-bed", "version": "3.3.0", "description": "JBrowse 2 bed 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/bed" }, "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/bed", "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": { "@flatten-js/interval-tree": "^1.0.15", "@gmod/bbi": "^6.0.0", "@gmod/bed": "^2.1.2", "@gmod/bgzf-filehandle": "^2.0.1", "@gmod/tabix": "^2.0.0", "@jbrowse/core": "^3.3.0", "mobx": "^6.0.0", "mobx-react": "^9.0.0", "mobx-state-tree": "^5.0.0", "rxjs": "^7.0.0" }, "publishConfig": { "access": "public" }, "distModule": "esm/index.js", "srcModule": "src/index.ts", "module": "esm/index.js", "gitHead": "0bb64d8cc7ecdd167515308b31eec3d9acbc59e4" }