Preparing search index...
The search index is not available
Documentation - v0.0.15
Documentation
@fuman/build
index
parseWorkspaceRootPackageJson
Function parseWorkspaceRootPackageJson
parseWorkspaceRootPackageJson
(
workspaceRoot
:
string
|
URL
,
)
:
Promise
<
{
json
:
PackageJson
;
path
:
string
}
>
parse the package.json file at the root of the workspace
Parameters
workspaceRoot
:
string
|
URL
Returns
Promise
<
{
json
:
PackageJson
;
path
:
string
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.0.15
Loading...
parse the package.json file at the root of the workspace