UNPKG

@xpack-dev-tools/meson-build

Version:

A binary xpm package with the Meson Build executables

86 lines (85 loc) 2.89 kB
{ "name": "@xpack-dev-tools/meson-build", "version": "1.6.1-1.1", "description": "A binary xpm package with the Meson Build 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/meson-build-xpack.git" }, "bugs": { "url": "https://github.com/xpack-dev-tools/meson-build-xpack/issues" }, "homepage": "https://xpack-dev-tools.github.io/meson-build-xpack/", "keywords": [ "xpack", "meson", "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/meson-build-xpack/releases/download/v1.6.1-1", "skip": 1, "platforms": { "darwin-arm64": { "fileName": "xpack-meson-build-1.6.1-1-darwin-arm64.tar.gz", "sha256": "5c3bf8e9d616e624dd606ef17d6b1c30a0d483337794f9415876fd20bef374b7" }, "darwin-x64": { "fileName": "xpack-meson-build-1.6.1-1-darwin-x64.tar.gz", "sha256": "763dd9db27e0bd434dbc4dc6963ea9331d39a0fe9ec54746c4805e7694af7a05" }, "linux-arm64": { "fileName": "xpack-meson-build-1.6.1-1-linux-arm64.tar.gz", "sha256": "8f4e2b41e2a3df439fbc0978d3ce1bcc4860021d314f05e5d0aa1c1f9e688cd6" }, "linux-arm": { "fileName": "xpack-meson-build-1.6.1-1-linux-arm.tar.gz", "sha256": "dd110125aba6371b429e8c870aa87121ac70f3d586b7a2552d2abbdc52bf0656" }, "linux-x64": { "fileName": "xpack-meson-build-1.6.1-1-linux-x64.tar.gz", "sha256": "23e6e64c8a75268ac5491cbf6544d2355b6815c6e268a83f785b908b0edbeefb" }, "win32-x64": { "fileName": "xpack-meson-build-1.6.1-1-win32-x64.zip", "sha256": "b16ed68432e9d8fb1452a1a025f2287660a16a7b64eb7a382db10ed74abebca0" } } }, "bin": { "meson": "./.content/bin/meson", "meson-python3": "./.content/bin/meson-python3" } }, "devDependencies": { "del-cli": "^6.0.0", "json": "^11.0.0", "liquidjs": "^10.19.1" }, "topConfig": { "longName": "Meson Build", "shortName": "meson-build" }, "engines": { "node": " >=18.0.0" } }