regex-replace
Version:
A simple CLI/Module for regex replacing strings in files & renaming files recursively
36 lines (35 loc) • 822 B
JSON
{
"name": "regex-replace",
"author": "Don Mclean",
"version": "2.3.1",
"description": "A simple CLI/Module for regex replacing strings in files & renaming files recursively",
"main": "index.js",
"preferGlobal": true,
"bin": {
"regex-replace": "./cli.js"
},
"license": "MIT",
"scripts": {
"test": "mocha test.js",
"version": "node ./publishScript.js && git add .",
"postversion": "npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git@github.com:Donmclean/regex-replace.git"
},
"homepage": "https://github.com/Donmclean/regex-replace",
"keywords": [
"replace",
"recursive",
"regex",
"files"
],
"dependencies": {
"fs-extra": "^4.0.2",
"replace": "^1.1.0"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}