加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "tymly",
"description": "An empty husk for synchronizing Tymly related packages, plugins, blueprints etc.",
"version": "0.0.0",
"author": "Tim Needham",
"scripts": {
"bootstrap": "lerna clean --yes && lerna bootstrap && lerna link --force-local",
"clean": "lerna clean --yes",
"test": "lerna run test",
"sync": "node ./lib/sync"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/tymly"
},
"bugs": {
"url": "https://github.com/wmfs/tymly/issues"
},
"dependencies": {
"@wmfs/lerna-sync": "1.9.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化