sp-dev-fx-webparts/samples/react-birthdays-per-month/config/package-solution.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2022-11-04 09:28:34 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
2022-12-01 10:59:43 -05:00
"name": "React Birthdays Per Month",
2022-11-04 09:28:34 -04:00
"id": "e4cd97a3-4515-42cd-8a12-f765eaf60caa",
2022-12-02 19:50:24 -05:00
"version": "1.2.0.0",
2022-11-04 09:28:34 -04:00
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.15.2"
},
"metadata": {
"shortDescription": {
"default": "react-birthdays-per-month description"
},
"longDescription": {
"default": "react-birthdays-per-month description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-birthdays-per-month Feature",
"description": "The feature that activates elements of the react-birthdays-per-month solution.",
"id": "d61e3b54-8033-4741-b55f-7f724cd7e65e",
"version": "1.0.0.0"
}
]
},
"paths": {
2022-12-01 10:59:43 -05:00
"zippedPackage": "solution/React Birthdays Per Month.sppkg"
2022-11-04 09:28:34 -04:00
}
}