@xpack-dev-tools/meson-build
Version:
A binary xpm package with the Meson Build executables
85 lines (84 loc) • 2.84 kB
JSON
{
"name": "@xpack-dev-tools/meson-build",
"version": "1.8.5-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.20.5",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/meson-build-xpack/releases/download/v1.8.5-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-meson-build-1.8.5-1-darwin-arm64.tar.gz",
"sha256": "8cbabcf86e9e2a66d3219cc024466ab8c124dbd35705d0756aa6ac465f614a8f"
},
"darwin-x64": {
"fileName": "xpack-meson-build-1.8.5-1-darwin-x64.tar.gz",
"sha256": "49e48db8dd6878235c31a9fc059353f11a105184fc3ca17fd20d97de7ebcd3ef"
},
"linux-arm64": {
"fileName": "xpack-meson-build-1.8.5-1-linux-arm64.tar.gz",
"sha256": "e791c9ba3d7110e8fe8bbea66e44a4d6465d34c37e5ca6a1ca2cde1cd50da421"
},
"linux-x64": {
"fileName": "xpack-meson-build-1.8.5-1-linux-x64.tar.gz",
"sha256": "738fc01a882c7de9a1554f0e7e03d20331c428dcb1fe9331fcd1b47d98ca1112"
},
"win32-x64": {
"fileName": "xpack-meson-build-1.8.5-1-win32-x64.zip",
"sha256": "b73e23174d1fdc770f8df4edb580955401448ac8aacc5133433742cc2a533e3a"
}
}
},
"executables": {
"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": {
"descriptiveName": "xPack Meson Build",
"upstreamDescriptiveName": "Meson Build",
"permalinkName": "meson-build",
"skipCiTests": "true",
"useSelfHostedRunners": "false"
},
"engines": {
"node": " >=20.0"
}
}