sp-dev-fx-webparts/samples/react-teams-send-notification/config/package-solution.json

22 lines
599 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-teams-send-notification-client-side-solution",
"id": "22dbb17f-8889-4859-a7a6-f32d951f640b",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "m365pnp"
}
},
"paths": {
"zippedPackage": "solution/react-teams-send-notification.sppkg"
}
}