-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "bakana-takane",
"version": "0.1.0",
"description": "Extensions to the bakana single-cell analysis pipeline to accept takane-formatted datasets and results. This facilitates interoperability with the rest of the ArtifactDB ecosystem.",
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testTimeout=1000000 --runInBand --detectOpenHandles --forceExit",
"jsdoc": "npx jsdoc -r src README.md -d docs/built -c docs/jsdoc.config.json"
},
"repository": "github:kanaverse/bakana-takane",
"homepage": "https://github.com/kanaverse/bakana-takane#readme",
"bugs": "https://github.com/kanaverse/bakana-takane/issues",
"keywords": [
"bioinformatics",
"single-cell",
"scRNA-seq"
],
"author": {
"name": "Aaron Lun",
"email": "[email protected]",
"url": "https://github.com/LTLA"
},
"license": "MIT",
"dependencies": {
"bioconductor": "^0.3.1",
"scran.js": "^3.0.2"
},
"devDependencies": {
"docdash": "^2.0.1",
"jest": "^29.7.0",
"jsdoc": "^4.0.1",
"bakana": "^3.0.1"
}
}