UNPKG

domo-ds

Version:

Domo dataset reviewer allowing you to see upstream and downstream dependencies for all datasets and dataflows in an instance of Domo.

32 lines (31 loc) 722 B
{ "name": "domo-ds", "version": "1.9.0", "description": "Domo dataset reviewer allowing you to see upstream and downstream dependencies for all datasets and dataflows in an instance of Domo.", "keywords": [ "Domo", "Dataset", "Dataflow", "Dataset Analyzer" ], "scripts": { "show": "npx browser-sync start --config ./bs-config.js" }, "author": "Nathan Washburn <n8isjack@yahoo.com>", "license": "MIT", "dependencies": { "colors": ">=1.1.2", "d3-selection-multi": "^1.0.1", "mkdirp": "^0.5.1" }, "devDependencies": { "browser-sync": "^2.26.3" }, "preferGlobal": true, "bin": "./index.js", "files": [ "index.js", "ds_lineage.html", "lib/" ] }