1 Star 0 Fork 1

Empty/wxMiniStore

forked from wumingwei/wxMiniStore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
姚逍 提交于 2019-11-28 10:16 . feat: 版本从package读取。
{
"name": "wxministore",
"version": "1.2.81",
"description": "小程序全局状态管理工具",
"main": "./lib/store.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yx675258207/wxMiniStore.git"
},
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c",
"test": "mocha --require babel-core/register ./test/diff.test.js"
},
"files": [
"lib"
],
"keywords": [
"store",
"wxstore",
"wxministore"
],
"author": "Leisure",
"license": "MIT",
"bugs": {
"url": "https://github.com/yx675258207/wxMiniStore/issues"
},
"homepage": "https://github.com/yx675258207/wxMiniStore#readme",
"devDependencies": {
"@rollup/plugin-json": "^4.0.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"rollup": "^1.27.5",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tatliqim/wxMiniStore.git
git@gitee.com:tatliqim/wxMiniStore.git
tatliqim
wxMiniStore
wxMiniStore
master

搜索帮助