UNPKG

genomic-reader

Version:

A Typescript library for reading BigWig, BigBed, 2bit, and Bam files. Capable of streaming. For use in the browser or on Node.js.

35 lines (34 loc) 636 B
{ "name": "genomic-reader", "version": "1.4.10", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://www.github.com/weng-lab/bigwig-reader" }, "keywords": [ "bigwig", "bigbed" ], "files": [ "dist/**" ], "devDependencies": { "@types/jest": "^26.0.13", "@types/node": "^10.9.4", "@types/pako": "^1.0.1", "jest": "^26.4.2", "ts-jest": "^26.3.0", "typescript": "^3.8.0" }, "dependencies": { "axios": "^0.21.1", "pako": "^1.0.10" }, "scripts": { "build": "tsc", "test": "jest" } }