sp-dev-fx-webparts/samples/react-graph-mgt-client/config/package-solution.json

32 lines
797 B
JSON
Raw Normal View History

2021-04-18 15:54:54 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-graph-mgt-client-client-side-solution",
2021-04-18 15:54:54 -04:00
"id": "8548b10e-1f21-4797-ae74-279081454b9f",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Calendars.Read"
}
],
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
}
},
"paths": {
"zippedPackage": "solution/react-graph-mgt-client.sppkg"
2021-04-18 15:54:54 -04:00
}
}