fsify
Version:
Convert an array of objects into a persistent or temporary directory structure
51 lines (50 loc) • 1.13 kB
JSON
{
"name": "fsify",
"version": "6.0.0",
"description": "Convert an array of objects into a persistent or temporary directory structure",
"keywords": [
"fs",
"file",
"files",
"folder",
"folders",
"tree",
"structure",
"object",
"json",
"persistent",
"temporary",
"directory",
"dir"
],
"homepage": "https://github.com/electerious/fsify",
"repository": {
"type": "git",
"url": "https://github.com/electerious/fsify.git"
},
"license": "MIT",
"type": "module",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"format": "npm run prettier -- --write",
"prettier": "prettier --ignore-path .gitignore '**/*.{js,json,md}'",
"test": "npm run prettier -- --check && node --test"
},
"dependencies": {
"del": "^6.0.0",
"is-path-inside": "^3.0.0",
"is-plain-obj": "^3.0.0",
"slash": "^3.0.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.18"
},
"authors": [
"Tobias Reich <tobias@electerious.com>"
]
}