加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangoboy 提交于 2020-11-10 13:25 . 2.0.0
{
"name": "miniapp-spore",
"version": "2.0.0",
"description": "a tiny progressive enhancement framework of ali-miniapp.",
"main": "dist/miniapp-spore.js",
"source": "src/index.js",
"scripts": {
"build": "microbundle -f cjs",
"dev": "microbundle watch"
},
"browserslist": [
"IE 11"
],
"repository": {
"type": "git",
"url": "https://gitee.com/SporeTeam/miniapp-spore.git"
},
"keywords": [
"ali",
"miniapp",
"alipay",
"阿里小程序",
"store"
],
"author": "tangoboy <137757831@qq.com>",
"license": "Apache 2.0",
"dependencies": {},
"devDependencies": {
"microbundle": "^0.12.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化