{
	"name": "@vscode/vsce-sign-win32-x64",
	"version": "2.0.6",
	"description": "Visual Studio Code extension package signing and verification binary for win32-x64",
	"author": {
		"name": "Microsoft"
	},
	"license": "SEE LICENSE IN LICENSE.txt",
	"homepage": "https://github.com/Microsoft/node-vscode-sign",
	"repository": {
		"type": "git",
		"url": "https://github.com/Microsoft/node-vscode-sign"
	},
	"os": [
		"win32"
	],
	"cpu": [
		"x64"
	]
}