UNPKG

grace-rename-file

Version:

按照关键词给路径下的文件修改名称

31 lines (30 loc) 709 B
{ "name": "grace-rename-file", "version": "1.0.2", "description": "按照关键词给路径下的文件修改名称", "main": "replace-name.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "replace-name": "./replace-name.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/GKrace/rename-file.git" }, "keywords": [ "rename-file" ], "author": "GKrace", "license": "ISC", "bugs": { "url": "https://github.com/GKrace/rename-file/issues" }, "homepage": "https://github.com/GKrace/rename-file#readme", "dependencies": { "chalk": "^4.1.0", "commander": "^7.0.0", "inquirer": "^7.3.3" } }