@megalo/entry
Version:
解析配置在 `main.js` 或者 `App.vue` 中的 [小程序全局配置](https://developers.weixin.qq.com/miniprogram/dev/framework/config.html#%E5%85%A8%E5%B1%80%E9%85%8D%E7%BD%AE)并生成webpack所需要的entry键值对
36 lines (35 loc) • 744 B
JSON
{
"name": "@megalo/entry",
"version": "0.1.5",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "node ./test"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megalojs/megalo-cli.git",
"directory": "packages/@megalo/entry"
},
"keywords": [
"megalo"
],
"files": [
"lib"
],
"author": "zwwill <https://github.com/zwwill>",
"license": "ISC",
"bugs": {
"url": "https://github.com/megalojs/megalo-cli/issues"
},
"homepage": "https://github.com/megalojs/megalo-entry#readme",
"dependencies": {
"babel-generator": "^6.26.1",
"babelon": "^1.0.5",
"js-yaml": "^3.13.1",
"json5": "^2.1.0"
}
}