UNPKG

@atao60/fse-cli

Version:
107 lines (106 loc) 2.42 kB
{ "name": "@atao60/fse-cli", "version": "0.1.9", "description": "A cli for fs-extra", "exports": "./dist/index.js", "type": "module", "bin": { "fse": "./bin/fse.js", "fse-cli": "./bin/fse.js", "fse-remove": "./bin/fse.js", "fse-rimraf": "./bin/fse.js", "fse-ensureDir": "./bin/fse.js", "fse-mkdirs": "./bin/fse.js", "fse-mkdirp": "./bin/fse.js", "fse-emptyDir": "./bin/fse.js", "fse-copy": "./bin/fse.js", "fse-ensureFile": "./bin/fse.js", "fse-touch": "./bin/fse.js", "fse-move": "./bin/fse.js", "fse-version": "./bin/fse.js", "fse-help": "./bin/fse.js", "fse-cli-remove": "./bin/fse.js", "fse-cli-rimraf": "./bin/fse.js", "fse-cli-ensureDir": "./bin/fse.js", "fse-cli-mkdirs": "./bin/fse.js", "fse-cli-mkdirp": "./bin/fse.js", "fse-cli-emptyDir": "./bin/fse.js", "fse-cli-copy": "./bin/fse.js", "fse-cli-ensureFile": "./bin/fse.js", "fse-cli-touch": "./bin/fse.js", "fse-cli-move": "./bin/fse.js", "fse-cli-version": "./bin/fse.js", "fse-cli-help": "./bin/fse.js" }, "publishConfig": { "access": "public" }, "files": [ "bin/", "dist/", "MANUAL.md", "USAGE", "CONTRIBUTING.md" ], "keywords": [ "fse", "fse-cli", "cli", "fs", "extra", "node", "nodejs", "node.js", "fs-extra", "file", "file system", "copy", "directory", "emptyDir", "ensureDir", "mkdirp", "mkdirs", "mkdir", "recursive", "json", "read", "write", "delete", "remove", "ensureFile", "touch", "create", "text", "output", "move", "version", "help" ], "author": "Pierre Raoul <atao60.dev@gmail.com>", "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0", "npm": ">=6.14.11" }, "dependencies": { "@babel/runtime": "^7.13.10", "arg": "^5.0.0", "chalk": "^4.1.0", "core-js": "^3.10.1", "fs-extra": "^11.1.1", "graceful-fs": "^4.2.6", "inquirer": "^8.0.0", "regenerator-runtime": "^0.13.7", "source-map-support": "^0.5.19", "terminal-link": "^3.0.0", "tslib": "^2.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/atao60/fse-cli.git" }, "bugs": { "url": "https://github.com/atao60/fse-cli/issues" }, "homepage": "https://github.com/atao60/fse-cli#readme" }