{
  "name": "smart-fs",
  "type": "module",
  "version": "5.0.2",
  "description": "Abstraction Layer for File Management.",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rm -rf lib",
    "build": "cp -rf ./src ./lib",
    "build-clean": "yarn run clean && yarn run build",
    "test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"",
    "test": "yarn run clean && yarn run gardener && yarn run test-simple",
    "semantic-release": "yarn run build-clean && yarn exec semantic-release",
    "gardener": "node gardener.js",
    "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash",
    "t": "yarn test",
    "ts": "yarn run test-simple",
    "tsv": "yarn run test-simple --verbose",
    "u": "yarn upgrade --latest --force",
    "i": "yarn install --frozen-lockfile",
    "it": "yarn run i && yarn run t"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/blackflux/smart-fs.git"
  },
  "keywords": [
    "fs",
    "file",
    "file system",
    "helper",
    "write",
    "read",
    "json",
    "yaml",
    "yml",
    "txt",
    "merge"
  ],
  "author": "Lukas Siemon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blackflux/smart-fs/issues"
  },
  "homepage": "https://github.com/blackflux/smart-fs#readme",
  "devDependencies": {
    "@babel/core": "7.26.7",
    "@babel/eslint-parser": "7.26.5",
    "@babel/register": "7.25.9",
    "@blackflux/eslint-plugin-rules": "4.0.1",
    "@blackflux/robo-config-plugin": "10.0.2",
    "c8": "10.1.3",
    "chai": "5.1.2",
    "eslint": "9.19.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-json": "4.0.1",
    "eslint-plugin-markdown": "5.1.0",
    "eslint-plugin-mocha": "10.5.0",
    "js-gardener": "6.0.3",
    "node-tdd": "6.0.0",
    "smart-fs": "5.0.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/blackflux/smart-fs/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 20"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "fs-extra": "11.3.0",
    "js-yaml": "4.1.0",
    "json-stringify-pretty-compact": "4.0.0",
    "lodash.clonedeep": "4.5.0",
    "lodash.isequal": "4.5.0",
    "object-lib": "5.0.1",
    "xml-js": "1.6.11",
    "yaml-boost": "2.0.1"
  }
}
