tmagic-editor/lerna.json
2022-02-17 14:47:39 +08:00

25 lines
408 B
JSON

{
"version": "1.0.0-beta.1",
"npmClient": "npm",
"packages": [
"packages/*",
"playground",
"runtime/*"
],
"command": {
"bootstrap": {
"hoist": true,
"strict": true,
"nohoist": [
"vue",
"react",
"react-dom",
"@vue/test-utils",
"element-plus",
"@element-plus/icons",
"@testing-library/vue"
]
}
}
}