{
  "name": "m-fs",
  "version": "5.2.0",
  "description": "Helper functions for node fs",
  "type": "module",
  "exports": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "author": "Mgenware (https://github.com/mgenware)",
  "homepage": "https://github.com/mgenware/m-fs",
  "bugs": "https://github.com/mgenware/m-fs/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/mgenware/m-fs"
  },
  "license": "MIT",
  "scripts": {
    "r": "daizong",
    "test": "daizong build"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.ts",
    "dist/**/*.html",
    "dist/**/*.css",
    "dist/**/*.map"
  ],
  "devDependencies": {
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.0.4",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "daizong": "^0.23.2",
    "eslint": "^8.19.0",
    "eslint-config-mgenware": "^0.8.0",
    "eslint-plugin-import": "^2.26.0",
    "mgenware-tsconfig-node": "^14.3.0",
    "mocha": "^10.0.0",
    "source-map-support": "^0.5.21",
    "typescript": "^4.7.4"
  }
}
