{
    "author": "Joaquín Fernández",
    "description": "Class for manipulating file system in a synchronous way with useful methods.",
    "homepage": "http://www.joaquinfernandez.net",
    "license": "MIT",
    "main": "index.js",
    "name": "@jf/fs",
    "type": "module",
    "version": "4.0.0",
    "keywords": [
        "copy",
        "exists",
        "directory",
        "directories",
        "file",
        "files",
        "find",
        "findUp",
        "isDirectory",
        "isFile",
        "mk",
        "mkdir",
        "mkdirp",
        "rename",
        "rimraf",
        "rm",
        "rmdir",
        "save",
        "scandir",
        "write"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/joaquinfq/jfFileSystem"
    }
}