{
    "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
    "solution": {
        "name": "<%= libraryName %>-client-side-solution",
        "id": "<%= componentId %>",
        "version": "1.0.0.0",
        "includeClientSideAssets": true,
        "skipFeatureDeployment": true,
        "isDomainIsolated": false,
        "developer": {
            "name": "",
            "websiteUrl": "",
            "privacyUrl": "",
            "termsOfUseUrl": "",
            "mpnId": ""
        }
    },
    "paths": {
        "zippedPackage": "solution/<%= libraryName %>.sppkg"
    }
}