forked from thomasstjerne/biom-io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 955 Bytes
/
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
{
"dependencies": {
"async": "^3.2.4",
"axios": "^1.3.3",
"base-64": "^1.0.0",
"big-json": "^3.2.0",
"biojs-io-biom": "^1.0.9",
"body-parser": "^1.20.1",
"composable-middleware": "^0.3.1",
"cors": "^2.8.5",
"csv-parse": "^4.3.4",
"duckdb": "^0.10.2",
"duckdb-async": "^0.10.2",
"express": "^4.18.2",
"express-request-id": "^3.0.0",
"get-stream": "^8.0.1",
"h5wasm": "^0.7.1",
"html-entities": "^2.4.0",
"jaccard-index": "^0.2.0",
"lodash": "^4.17.21",
"mathjs": "^12.4.2",
"multer": "^1.4.5-lts.1",
"numeric": "^1.2.6",
"p-limit": "^4.0.0",
"stream-transform": "^1.0.8",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
"xml2js": "^0.4.23"
},
"type": "module",
"devDependencies": {
"@types/node": "^18.11.18"
}
}