diff --git a/packages/vsix-zst/package.json b/packages/vsix-zst/package.json index 3b9bc79f..187aeadc 100644 --- a/packages/vsix-zst/package.json +++ b/packages/vsix-zst/package.json @@ -2,6 +2,7 @@ "name": "@sap-devx/vsix-zst", "version": "1.0.0", "description": "Repackage VSIX archives as Zstandard-compressed TAR files", + "author": "SAP SE", "license": "Apache-2.0", "engines": { "node": ">=22.15" @@ -11,6 +12,9 @@ "url": "https://github.com/SAP/app-studio-toolkit", "directory": "packages/vsix-zst" }, + "publishConfig": { + "access": "public" + }, "bin": { "vsix-zst": "./dist/src/cli.js" },