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

31 lines
985 B
JSON
Raw Normal View History

2022-03-21 10:27:01 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "SPFx app dev Simple Password Vault",
2022-03-21 10:27:01 -04:00
"id": "d091b369-f63d-459c-846e-5a4323e31745",
2023-10-27 09:45:33 -04:00
"version": "1.0.0.0",
2022-03-21 10:27:01 -04:00
"includeClientSideAssets": true,
2022-03-22 05:56:09 -04:00
"skipFeatureDeployment": true,
2022-03-21 10:27:01 -04:00
"isDomainIsolated": false,
"developer": {
"name": "SPFXAppDev",
"websiteUrl": "https://spfx-app.dev/",
2022-03-21 10:27:01 -04:00
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
2023-04-13 08:47:25 -04:00
},
"features": [
{
"title": "SPFxAppDev PasswordVaultWebPart Feature",
"description": "The feature that activates PasswordVaultWebPart from the SPFxAppDev PasswordVaultWebPart solution.",
"id": "2c2420ee-ffdf-4dce-800f-d0d09f02bffd",
"version": "1.0.0.0",
2023-10-27 09:45:33 -04:00
"componentIds": ["2c2420ee-ffdf-4dce-800f-d0d09f02bffd"]
2023-04-13 08:47:25 -04:00
}
]
2022-03-21 10:27:01 -04:00
},
"paths": {
"zippedPackage": "solution/spfxappdev-simple-password-vault.sppkg"
2022-03-21 10:27:01 -04:00
}
}