fs-file-tree
Version:
Get a directory file tree as an object.
52 lines • 1.05 kB
JSON
{
"name": "fs-file-tree",
"description": "Get a directory file tree as an object.",
"keywords": [
"fs",
"file",
"tree",
"get",
"a",
"directory",
"as",
"an",
"object"
],
"type": "module",
"license": "MIT",
"version": "2.0.0",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/fs-file-tree.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/fs-file-tree/issues"
},
"homepage": "https://github.com/IonicaBizau/fs-file-tree#readme",
"dependencies": {
"camelo": "^2.0.0",
"read-dir-and-stat": "^2.0.0"
}
}