{
  "name": "fs-file-tree",
  "description": "Get a directory file tree as an object.",
  "keywords": [
    "fs",
    "file",
    "tree",
    "get",
    "a",
    "directory",
    "as",
    "an",
    "object"
  ],
  "license": "MIT",
  "version": "1.1.2",
  "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": {
    "assured": "^1.0.14",
    "bindy": "^1.0.3",
    "camelo": "^1.1.3",
    "read-dir-and-stat": "^1.0.0",
    "same-time": "^2.3.1"
  }
}