Created
June 24, 2021 18:21
-
-
Save DaneTheory/52b5f477c17f88f38fb0fd46d32972c3 to your computer and use it in GitHub Desktop.
The Package (dot) JSON: A story of love, triumph, and general witchcraft/wizardry - InitFields: Workspaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"npm:current": { | |
"ref": "", | |
"source": [ | |
] | |
}, | |
"npm:legacy": { | |
"ref": "", | |
"source": [ | |
] | |
}, | |
"yarn:current": { | |
"ref": "https://yarnpkg.com/configuration/manifest#workspaces", | |
"source": [ | |
"Workspaces are an optional feature used by monorepos to split a large project into semi-independent subprojects, each one listing their own set of dependencies. The 'workspaces' field is a list of glob patterns that match all directories that should become workspaces of your application.", | |
"_example_:{ \n \"workspaces\": [ \n \"packages/*\" \n ] \n }:_example_" | |
] | |
}, | |
"yarn:legacy": { | |
"ref": "null", | |
"source": "null" | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment