tree-export
Version:
Export your folder structure as a tree in various formats
32 lines (31 loc) • 666 B
JSON
{
"name": "tree-export",
"version": "1.0.8",
"description": "Export your folder structure as a tree in various formats",
"main": "bin/index.js",
"bin": {
"tree-export": "./bin/index.js"
},
"author": "Osman Beyhan",
"license": "MIT",
"keywords": [
"cli",
"tree",
"directory",
"export",
"markdown",
"image"
],
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"fs-extra": "^11.2.0",
"ignore": "^7.0.5",
"puppeteer": "^24.14.0"
},
"homepage": "https://tree-export.osmanbeyhan.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/osmn-byhn/tree-export"
}
}