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

51 lines
1.3 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-graph-calendar-client-side-solution",
"id": "42fe0a0f-c4d9-4b05-806c-3857decb3d71",
"version": "1.2.3.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Group.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Calendars.Read"
}
],
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.19.0"
},
"metadata": {
"shortDescription": {
"default": "react-graph-calendar description"
},
"longDescription": {
"default": "react-graph-calendar description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-graph-calendar Feature",
"description": "The feature that activates elements of the react-graph-calendar solution.",
"id": "8a9284e7-7271-4ead-b323-b23ea37a68f5",
"version": "1.0.0.0"
}
]
},
"paths": {
"zippedPackage": "solution/react-graph-calendar.sppkg"
}
}