加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "kbone",
"description": "web's adapter for miniprogram",
"scripts": {
"prepare": "lerna bootstrap",
"check": "npm run lint && npm run test",
"publish": "lerna publish",
"test": "cd packages/vue-improve-loader && npm run test && cd ../miniprogram-render && npm run test && cd ../miniprogram-element && npm run test && cd ../..",
"lint": "eslint \"packages/*/src/**/*.js\" --fix && eslint \"packages/*/test/**/*.js\" --fix && eslint \"packages/*/tool/**/*.js\" --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/kbone.git"
},
"author": "wechat-miniprogram",
"license": "MIT",
"devDependencies": {
"lerna": "3.16.4",
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0"
},
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化