@putout/operator-rename-files
Version:
🐊Putout operator adds ability to rename files to plugins
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "@putout/operator-rename-files",
"version": "3.0.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout operator adds ability to rename files to plugins",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/operator-rename-files#readme",
"main": "lib/rename-files.js",
"release": false,
"tag": false,
"changelog": false,
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/putout.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {
"@putout/operator-filesystem": "^7.0.0"
},
"keywords": [
"putout",
"putout-operator",
"operator",
"rename-files"
],
"devDependencies": {
"@putout/eslint-flat": "^3.0.0",
"@putout/operator-json": "^2.1.0",
"@putout/plugin-nodejs": "*",
"@putout/test": "^12.0.0",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^26.0.0",
"madrun": "^11.0.0",
"montag": "^1.2.1",
"nodemon": "^3.0.1",
"supertape": "^10.0.0",
"try-catch": "^3.0.0"
},
"peerDependencies": {
"putout": ">=39"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
}
}