UNPKG

scran.js

Version:

Single cell RNA-seq analysis in Javascript

51 lines (50 loc) 1.39 kB
{ "name": "scran.js", "version": "4.1.0", "description": "Single cell RNA-seq analysis in Javascript", "license": "MIT", "main": "main/index.js", "browser": "browser/index.js", "type": "module", "scripts": { "test": "NODE_OPTIONS='--experimental-vm-modules' npx jest --runInBand", "jsdoc": "npx jsdoc js README.md -d docs/built -c docs/jsdoc.config.json" }, "devDependencies": { "docdash": "^2.0.2", "h5wasm": "^0.8.8", "jest": "^30.0.0", "jsdoc": "^4.0.5", "pako": "^2.0.4" }, "author": { "name": "Jayaram Kancherla", "email": "jayaram.kancherla@gmail.com", "url": "https://www.jkanche.com" }, "contributors": [ { "name": "Aaron Lun", "email": "infinite.monkeys.with.keyboards@gmail.com", "url": "https://github.com/LTLA" } ], "bugs": "https://github.com/kanaverse/scran.js/issues", "keywords": [ "bioinformatics", "scRNA-seq", "single-cell", "webassembly" ], "repository": { "type": "git", "url": "git+https://github.com/kanaverse/scran.js.git" }, "homepage": "https://github.com/kanaverse/scran.js#readme", "dependencies": { "wasmarrays.js": "^0.1.3" }, "engines": { "node": ">=24.0.0" } }