lowcode-engine/deploy-space/lerna.json

10 lines
170 B
JSON
Raw Permalink Normal View History

2022-01-25 15:30:17 +08:00
{
"version": "independent",
"npmClient": "yarn",
"registry": "http://registry.npm.alibaba-inc.com",
"useWorkspaces": true,
"packages": [
"packages/*"
]
}