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

31 lines
876 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-graph-telephonedirectory-client-side-solution",
"id": "e1a26cc8-a086-454f-9f16-9aeb0a276bcc",
2020-11-07 17:11:44 -05:00
"version": "1.1.0.0",
"includeClientSideAssets": true,
"isDomainIsolated": true,
2020-11-07 11:34:44 -05:00
"developer": {
"name": "Contoso",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
"websiteUrl": "https://contoso.com/my-app",
"mpnId": "m365pnp"
2020-11-07 11:34:44 -05:00
},
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.Read"
}
]
},
"paths": {
"zippedPackage": "solution/react-graph-telephonedirectory.sppkg"
}
}