package.json 737 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-migration",
3
  "version": "2.0.1-alpha-36120220907002",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  "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",
23
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c",
24 25 26 27
  "dependencies": {
    "commander": "^4.0.1",
    "fs-extra": "^8.1.0",
    "mustache": "^3.1.0",
28 29
    "recast": "*",
    "stricter-htmlparser2": "^3.9.6"
30
  }
fxy060608's avatar
fxy060608 已提交
31
}