renamify
Version:
rename group of files from a directory
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "renamify",
"version": "4.1.0",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "rename group of files from a directory",
"homepage": "http://github.com/coderaiser/node-renamify",
"main": "lib/renamify.js",
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/node-renamify.git"
},
"keywords": [
"file",
"folder",
"rename",
"group",
"name"
],
"scripts": {
"test": "madrun test",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:coverage": "madrun watch:coverage",
"fix:lint": "madrun fix:lint",
"lint": "madrun lint",
"lint:server": "madrun lint:server",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {
"currify": "^4.0.0"
},
"license": "MIT",
"devDependencies": {
"c8": "^10.1.3",
"eslint": "^9.22.0",
"eslint-plugin-putout": "^25.1.2",
"madrun": "^10.2.5",
"nodemon": "^3.1.9",
"putout": "^38.5.4",
"redlint": "^3.19.1",
"supertape": "^10.10.0",
"try-to-catch": "^3.0.1"
},
"engines": {
"node": ">=18"
}
}