You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
731 B
31 lines
731 B
{
|
|
"name": "@dcloudio/uni-migration",
|
|
"version": "2.0.0-32920211029001",
|
|
"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": "9e2d0f8e244724fcd64880316c57d837d1778cf8",
|
|
"dependencies": {
|
|
"commander": "^4.0.1",
|
|
"fs-extra": "^8.1.0",
|
|
"mustache": "^3.1.0",
|
|
"recast": "*",
|
|
"stricter-htmlparser2": "^3.9.6"
|
|
}
|
|
}
|
|
|