UNPKG

generic-sequence-panel

Version:

read feature and sequence data and produce highlighted fasta

57 lines (56 loc) 1.44 kB
{ "name": "generic-sequence-panel", "description": "read feature and sequence data and produce highlighted fasta", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/scottcain/seqpanel.git" }, "main": "dist/index.js", "module": "esm/index.js", "version": "1.7.0", "keywords": [ "bioinformatics", "gene page", "FASTA", "DNA", "gene structure", "JBrowse" ], "author": { "name": "Scott Cain", "email": "scott+npm@scottcain.net", "url": "https://github.com/scottcain" }, "files": [ "dist", "esm", "src" ], "peerDependencies": { "react": "^17.0.1 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.1 || ^18.0.0 || ^19.0.0" }, "dependencies": { "@gmod/indexedfasta": "^3.0.1", "@gmod/nclist": "^2.0.0", "@jbrowse/core": "2.18.0", "copy-to-clipboard": "^3.3.3", "generic-filehandle2": "^1.0.0", "mobx": "^6.13.5", "mobx-react": "^9.2.0", "mobx-state-tree": "^5.1.8", "react-bootstrap": "^2.10.9", "rxjs": "^7.8.0", "tslib": "^2.8.1" }, "scripts": { "build:esm": "tsc --target es2018 --outDir esm", "build:es5": "tsc --target es2015 --module commonjs --outDir dist", "build": "npm run build:esm && npm run build:es5", "clean": "rimraf esm dist", "prebuild": "npm run clean", "preversion": "npm run build", "postversion": "git push --follow-tags" } }