UNPKG

@xpack-dev-tools/wine

Version:

A binary xpm package with the WineHQ executables

91 lines (90 loc) 3 kB
{ "name": "@xpack-dev-tools/wine", "version": "10.0.0-1.1", "description": "A binary xpm package with the WineHQ executables", "main": "", "scripts": { "generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools", "npm-install": "npm install", "npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid", "npm-outdated": "npm outdated", "npm-pack": "npm pack", "npm-link": "npm link", "deep-clean": "del-cli node_modules package-lock.json *.tgz", "postversion": "git push origin --all && git push origin --tags" }, "repository": { "type": "git", "url": "git+https://github.com/xpack-dev-tools/wine-xpack.git" }, "bugs": { "url": "https://github.com/xpack-dev-tools/wine-xpack/issues" }, "homepage": "https://xpack-dev-tools.github.io/wine-xpack/", "keywords": [ "xpack", "wine", "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/wine-xpack/releases/download/v10.0.0-1", "skip": 1, "platforms": { "linux-x64": { "fileName": "xpack-wine-10.0.0-1-linux-x64.tar.gz", "sha256": "968724a95c3e337ad8473cde1cf6ecc6d4bbb961d6a5a4155bff5f76017661b4" } } }, "bin": { "function_grep.pl": "./.content/bin/function_grep.pl", "msidb": "./.content/bin/msidb", "msiexec": "./.content/bin/msiexec", "notepad": "./.content/bin/notepad", "regedit": "./.content/bin/regedit", "regsvr32": "./.content/bin/regsvr32", "winewidl": "./.content/bin/widl", "wine": "./.content/bin/wine", "wine-preloader": "./.content/bin/wine-preloader", "wine64": "./.content/bin/wine64", "wine64-preloader": "./.content/bin/wine64-preloader", "wineboot": "./.content/bin/wineboot", "winebuild": "./.content/bin/winebuild", "winecfg": "./.content/bin/winecfg", "wineconsole": "./.content/bin/wineconsole", "winecpp": "./.content/bin/winecpp", "winedbg": "./.content/bin/winedbg", "winedump": "./.content/bin/winedump", "winefile": "./.content/bin/winefile", "wineg++": "./.content/bin/wineg++", "winegcc": "./.content/bin/winegcc", "winemaker": "./.content/bin/winemaker", "winemine": "./.content/bin/winemine", "winepath": "./.content/bin/winepath", "wineserver": "./.content/bin/wineserver", "wmc": "./.content/bin/wmc", "wrc": "./.content/bin/wrc" } }, "devDependencies": { "del-cli": "^6.0.0", "json": "^11.0.0", "liquidjs": "^10.19.1" }, "topConfig": { "longName": "WineHQ", "shortName": "wine" }, "engines": { "node": " >=18.0.0" } }