32 lines
733 B
JSON
32 lines
733 B
JSON
{
|
|
"name": "@dcloudio/uni-migration",
|
|
"version": "2.0.2-4070620250821001",
|
|
"description": "uni-app migration",
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dcloudio/uni-app.git",
|
|
"directory": "packages/uni-migration"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"uni-migration": "./bin/uni-migration.js"
|
|
},
|
|
"author": "fxy060608",
|
|
"license": "Apache-2.0",
|
|
"gitHead": "83322ec9f7cc592b2052ff78370e12f4689f5966",
|
|
"dependencies": {
|
|
"commander": "^4.0.1",
|
|
"fs-extra": "^8.1.0",
|
|
"mustache": "^3.1.0",
|
|
"recast": "*",
|
|
"stricter-htmlparser2": "^3.9.6"
|
|
}
|
|
}
|