@plantinformatics/vcf-genotype-brapi
Version:
Client and server functions to access genotype data from VCF via a custom web API and BrAPI
52 lines (51 loc) • 1.55 kB
JSON
{
"name": "@plantinformatics/vcf-genotype-brapi",
"version": "1.0.26",
"description": "Client and server functions to access genotype data from VCF via a custom web API and BrAPI",
"main": "main.node.mjs",
"module": "main.mjs",
"browser": "main.mjs",
"type": "module",
"files": [
"dist",
"src"
],
"imports": {
"#*": "./src/*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare.old": "rm -rf build && mkdir build && rollup -f umd -n vcf-genotype-brapi -o dist/vcf-genotype-brapi.js -e interval-tree-1d,@solgenomics/brapijs -- main.js",
"prepare": "rm -rf dist && mkdir dist && rollup -c rollup.config.mjs",
"terminal_reset_style": "bash scripts/terminal_reset_style.bash"
},
"repository": {
"type": "git",
"url": "github.com/plantinformatics/vcf-genotype-brapi"
},
"keywords": [
"javascript",
"BrAPI",
"VCF",
"genotype",
"bioinformatics"
],
"author": "AgriBio / Don Isdale",
"license": "GPL-3.0-or-later",
"dependencies": {
"@plantinformatics/child-process-progressive": "^1.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@solgenomics/brapijs": "^2.0.3",
"ember-cli": "^5.8.0",
"interval-bins": "github:plantinformatics/interval-bins",
"interval-tree-1d": "^1.0.4",
"rollup": "^4.14.2"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"flat-cache": "^6.1.12",
"lodash": "^4.17.21"
}
}