mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-08 15:39:54 -06:00
15 lines
204 B
JSON
15 lines
204 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"packages": [
|
|
"cli",
|
|
"packages/*",
|
|
"npm/*",
|
|
"tooling/*",
|
|
"system-tests",
|
|
"scripts"
|
|
],
|
|
"useWorkspaces": true,
|
|
"useNx": true,
|
|
"version": "0.0.0"
|
|
}
|