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

21 lines
661 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
2020-02-11 04:04:23 -05:00
"name": "Modern Script Editor web part by mikaelsvenson",
"id": "1425175f-3ed8-44d2-8fc4-dd1497191294",
2022-10-09 06:49:24 -04:00
"version": "1.0.20.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": false,
"isDomainIsolated": false,
"developer": {
2022-10-09 06:50:33 -04:00
"name": "PnP Team",
"privacyUrl": "",
"termsOfUseUrl": "",
2022-10-09 06:50:33 -04:00
"websiteUrl": "",
"mpnId": ""
2022-10-09 06:49:24 -04:00
}
},
"paths": {
"zippedPackage": "solution/pnp-script-editor.sppkg"
}
2022-10-09 06:49:24 -04:00
}