skimr
Version:
CLI EDA for CSVs
26 lines (25 loc) • 413 B
JSON
{
"name": "skimr",
"version": "0.1.4",
"description": "CLI EDA for CSVs",
"main": "index.mjs",
"type": "module",
"author": "boB Rudis",
"keywords": [
"cli",
"csv",
"eda",
"data",
"analysis",
"webr"
],
"readme": "README.md",
"bin": {
"skimr": "index.mjs"
},
"dependencies": {
"commander": "^11.1.0",
"terminal-size": "^4.0.0",
"webr": "^0.2.2"
}
}