19 lines
548 B
JSON
19 lines
548 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-functional-servicescope-hooks",
|
|
"id": "d3c47cd9-9bbd-49f1-a8ef-9aa2260a6257",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"webApiPermissionRequests": [
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "User.ReadBasic.All"
|
|
}
|
|
]
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-functional-servicescope-hooks.sppkg"
|
|
}
|
|
} |