2022-05-13 18:06:15 +00:00
|
|
|
{
|
|
|
|
"name": "rainfallwrangler",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Wrangles rainfall radar and water depth data into something sensible.",
|
|
|
|
"main": "src/index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"No tests have been implemented yet\""
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.starbeamrainbowlabs.com/sbrl/PhD-Rainfall-Radar.git"
|
|
|
|
},
|
|
|
|
"author": "Starbeamrainbowlabs",
|
2022-05-13 18:08:04 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-05-13 18:06:15 +00:00
|
|
|
"dependencies": {
|
2022-07-01 15:56:51 +00:00
|
|
|
"@tensorflow/tfjs-node-gpu": "^3.18.0",
|
2022-05-13 18:06:15 +00:00
|
|
|
"applause-cli": "^1.8.1",
|
|
|
|
"gunzip-maybe": "^1.4.2",
|
2022-07-04 18:46:06 +00:00
|
|
|
"nexline": "^1.2.2",
|
|
|
|
"p-map": "^5.5.0",
|
|
|
|
"p-reflect": "^3.0.0",
|
2022-07-01 15:56:51 +00:00
|
|
|
"pretty-ms": "^8.0.0",
|
2022-07-01 17:28:39 +00:00
|
|
|
"spawn-stream": "^1.0.2",
|
2022-07-04 18:46:06 +00:00
|
|
|
"terrain50": "^1.10.1",
|
|
|
|
"workerpool": "^6.2.1"
|
2022-05-13 18:06:15 +00:00
|
|
|
}
|
|
|
|
}
|