@bryoung/oak
Version:
A cli tool for nicely visualizing directories
38 lines (37 loc) • 836 B
JSON
{
"name": "@bryoung/oak",
"version": "1.0.2",
"description": "A cli tool for nicely visualizing directories",
"main": "cli.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bryant Young",
"license": "ISC",
"dependencies": {
"chalk": "^5.2.0",
"chalk-animation": "^2.0.3",
"chalk-rainbow": "^1.0.0",
"commander": "^10.0.0",
"fs-extra": "^11.1.1"
},
"bin": {
"oak": "cli.js"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/lifeofbry19/oak-cli.git"
},
"keywords": [
"Directory",
"Visualizer",
"Filesystem",
"Tree"
],
"bugs": {
"url": "https://github.com/lifeofbry19/oak-cli/issues"
},
"homepage": "https://github.com/lifeofbry19/oak-cli#readme"
}