UNPKG

fsmate

Version:

A lightweight Node.js library for working with the file system (fs) in a simplified way.

46 lines (45 loc) 943 B
{ "name": "fsmate", "version": "2.5.1", "description": "A lightweight Node.js library for working with the file system (fs) in a simplified way.", "main": "lib/fsmate.js", "directories": { "lib": "lib" }, "exports": { ".": "./lib/fsmate.js", "./esm": "./lib/esm.mjs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "echo 'No build step required'" }, "repository": { "type": "git", "url": "git+https://github.com/jsvibe/fsmate.git" }, "keywords": [ "file", "filesystem", "utils", "fs", "fsmate", "nodejs", "file-utility", "mkdir", "readfile", "writefile" ], "author": "Indian Modassir", "license": "MIT", "bugs": { "url": "https://github.com/jsvibe/fsmate/issues" }, "homepage": "https://github.com/indianmodassir", "dependencies": { "printfy": "^2.0.5" }, "browser": { "fs": false } }