wx2swan
Version:
微信小程序 转换 百度小程序
64 lines (63 loc) • 1.39 kB
JSON
{
"name": "wx2swan",
"version": "1.2.20",
"description": "微信小程序 转换 百度小程序",
"main": "./dist/index.js",
"scripts": {
"build": "gulp build",
"zip": "sh zip.sh",
"test": "jest",
"prepublishOnly": "npm run build"
},
"bin": {
"wx2swan": "./dist/bin/cli.js"
},
"repository": {
"type": "git"
},
"keywords": [
"小程序",
"微信小程序",
"百度小程序",
"转换",
"swan",
"wx"
],
"dependencies": {
"babel-generator": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"chalk": "^2.4.1",
"co": "^4.6.0",
"dependency-graph": "^0.7.1",
"detect-indent": "^5.0.0",
"entities": "^1.1.1",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"recursive-copy": "^2.0.7",
"regexgen": "^1.3.0",
"stricter-htmlparser2": "^3.9.6",
"unified": "^7.0.0",
"vfile": "^3.0.0"
},
"author": "yican",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.0.15",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"jest": "^23.0.0-alpha.0"
},
"jest": {
"testEnvironment": "node"
},
"engines": {
"node": ">=8.5.0"
}
}