| 12345678910111213141516171819202122232425262728 |
- {
- "name": "gbffparser",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "build": "tsc",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/blessed": "^0.1.19",
- "@types/figlet": "^1.5.4",
- "@types/node": "^17.0.19",
- "typescript": "^4.5.5"
- },
- "dependencies": {
- "@gmod/bgzf-filehandle": "^1.4.2",
- "aligner": "http://git.t0m4.fr/Thomas/aligner.git",
- "blessed": "^0.1.81",
- "chalk": "^4.1.2",
- "figlet": "^1.5.2",
- "genbank-parser": "^1.2.4",
- "jsonata": "^1.8.6"
- }
- }
|