bioinformatics-parser
Version:
.fasta and .fastq parsers
37 lines (36 loc) • 816 B
JSON
{
"name": "bioinformatics-parser",
"version": "1.1.2",
"description": ".fasta and .fastq parsers",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx babel src --out-dir lib"
},
"repository": "github:romgrk/bioinformatics-parser",
"homepage": "https://github.com/romgrk/bioinformatics-parser",
"keywords": [
"bioinformatics",
"fasta",
"fastq"
],
"author": "Rom Grk <romgrk.cc@gmail.com>",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"core-js": "3"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": 3
}
]
]
}
}