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

31 lines
798 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-myonedrive-client-side-solution",
"id": "d09a20ba-afd6-4f37-ba4f-f07fa9cf3ed2",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Files.Read"
},
{
"resource": "Microsoft Graph",
"scope": "Files.Read.All"
}
],
"developer": {
"name": "Siddharth Vaghasia",
"websiteUrl": "https://www.siddharthvaghasia.com",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
}
},
"paths": {
"zippedPackage": "solution/react-myonedrive.sppkg"
}
}