file-restructure
Version:
A tool to restructure files based on reference directory structure
35 lines (34 loc) • 758 B
JSON
{
"name": "file-restructure",
"version": "1.0.9",
"description": "A tool to restructure files based on reference directory structure",
"main": "lib/index.js",
"bin": {
"restructure": "./bin/restructure.js"
},
"scripts": {
"start": "node bin/restructure.js"
},
"keywords": [
"file",
"restructure",
"文件结构重组",
"dzqdzq"
],
"author": "dzqdzq",
"license": "MIT",
"dependencies": {
"yargs": "^17.7.2"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dzqdzq/file-restructure.git"
},
"bugs": {
"url": "https://github.com/dzqdzq/file-restructure/issues"
},
"homepage": "https://github.com/dzqdzq/file-restructure#readme"
}