mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
16 lines
238 B
JSON
16 lines
238 B
JSON
{
|
|
"lerna": "2.0.0",
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"hoist": true,
|
|
"nohoist": [
|
|
"graphi",
|
|
"eslint",
|
|
"jest",
|
|
"jest-cli",
|
|
"react-scripts",
|
|
"react-styleguidist"
|
|
]
|
|
}
|