@xpack-dev-tools/windows-build-tools
Version:
A binary xPack with the Windows Build Tools executables.
70 lines (69 loc) • 1.89 kB
JSON
{
"name": "@xpack-dev-tools/windows-build-tools",
"version": "4.4.1-3.1",
"description": "A binary xPack with the Windows Build Tools executables.",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/windows-build-tools-xpack.git/"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/windows-build-tools-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/windows-build-tools-xpack#readme",
"keywords": [
"xpack",
"make",
"sh",
"build"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/windows-build-tools-xpack/releases/download/v4.4.1-3",
"skip": 1,
"platforms": {
"linux-arm64": {
"skip": true
},
"linux-arm": {
"skip": true
},
"linux-x64": {
"skip": true
},
"darwin-arm64": {
"skip": true
},
"darwin-x64": {
"skip": true
},
"win32-x64": {
"fileName": "xpack-windows-build-tools-4.4.1-3-win32-x64.zip",
"sha256": "113d4dfdbbc56dc9b865c9f75d38cd0da82f0d7094187e6f7a803fe6eef1d218"
}
}
},
"bin": {
"busybox": "./.content/bin/busybox",
"cp": "./.content/bin/cp",
"echo": "./.content/bin/echo",
"make": "./.content/bin/make",
"mkdir": "./.content/bin/mkdir",
"rm": "./.content/bin/rm",
"sh": "./.content/bin/sh"
}
}
}