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

32 lines
786 B
JSON
Raw Normal View History

2021-02-16 18:39:54 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "staff-directory-client-side-solution",
"id": "89d7389c-be48-41e9-9f72-5eb9a1099c1f",
2021-04-21 22:43:28 -04:00
"version": "1.0.2.0",
2021-02-16 18:39:54 -05:00
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Presence.Read.All"
2021-03-28 06:54:43 -04:00
},
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
2021-02-16 18:39:54 -05:00
}
],
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
}
},
"paths": {
"zippedPackage": "solution/staff-directory.sppkg"
}
}