module-migration-tool
Version:
分析项目文件依赖并迁移到新项目的工具
39 lines (38 loc) • 1 kB
JSON
{
"name": "module-migration-tool",
"author": "niebiyou",
"version": "1.0.2",
"description": "分析项目文件依赖并迁移到新项目的工具",
"main": "src/index.js",
"bin": {
"migrate": "./bin/migrate.js",
"module-migrate": "./bin/migrate.js"
},
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"migration",
"dependencies",
"file-copy",
"code-extraction",
"project-migration"
],
"repository": {
"type": "git",
"url": "git+https://gitee.com/little_fat_brother_in_turpan/module-migration-tool.git"
},
"homepage": "https://gitee.com/little_fat_brother_in_turpan/module-migration-tool.git#readme",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.22.5",
"@babel/traverse": "^7.22.5",
"glob": "^10.3.3",
"commander": "^9.4.0",
"chalk": "^4.1.2"
},
"engines": {
"node": ">=16.0.0"
}
}