eformat
Version:
支持在多个目录下快速批量编辑和格式化 HTML 文件.
29 lines (28 loc) • 570 B
JSON
{
"name": "eformat",
"version": "1.0.3",
"description": "支持在多个目录下快速批量编辑和格式化 HTML 文件.",
"main": "src/editor.js",
"bin": {
"eformat": "bin/cli.js"
},
"scripts": {
"start": "node ./bin/cli.js"
},
"dependencies": {
"cheerio": "1.0.0-rc.3",
"chokidar": "^4.0.3",
"inquirer": "^8.2.4",
"fs-extra": "^10.0.0",
"js-beautify": "^1.14.0"
},
"devDependencies": {},
"keywords": [
"editor",
"cli",
"eformat",
"file-editing"
],
"author": "mawenlong",
"license": "MIT"
}