2023-02-16 19:05:43 +00:00
|
|
|
{
|
|
|
|
"name": "tfsummaryvis",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Visualise textual tensorflow summaries as a directed graph.",
|
|
|
|
"main": "src/index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"No tests have been written yet.\"",
|
|
|
|
"build": "node ./src/esbuild.mjs"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-02-16 20:18:14 +00:00
|
|
|
"url": "git+https://git.starbeamrainbowlabs.com/sbrl/tfsummaryvis.git"
|
2023-02-16 19:05:43 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"tensorflow",
|
|
|
|
"data",
|
|
|
|
"visualisation",
|
|
|
|
"directed",
|
|
|
|
"graph"
|
|
|
|
],
|
|
|
|
"author": "Starbeamrainbowlabs",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
2023-02-16 20:19:05 +00:00
|
|
|
"url": "https://git.starbeamrainbowlabs.com/sbrl/tfsummaryvis/issues"
|
2023-02-16 19:05:43 +00:00
|
|
|
},
|
2023-02-16 20:19:05 +00:00
|
|
|
"homepage": "https://git.starbeamrainbowlabs.com/sbrl/tfsummaryvis#readme",
|
2023-02-16 19:05:43 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"esbuild": "^0.17.8",
|
|
|
|
"nomnoml": "^1.5.3"
|
|
|
|
}
|
|
|
|
}
|