|
2 | 2 | "name": "@xpack-dev-tools/meson-build", |
3 | 3 | "version": "1.8.5-1.1", |
4 | 4 | "description": "A binary xpm package with the Meson Build executables", |
5 | | - "scripts": { |
6 | | - "generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools", |
7 | | - "npm-install": "npm install", |
8 | | - "npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid", |
9 | | - "npm-outdated": "npm outdated", |
10 | | - "npm-pack": "npm pack", |
11 | | - "npm-link": "npm link", |
12 | | - "deep-clean": "del-cli node_modules package-lock.json *.tgz", |
13 | | - "postversion": "git push origin --all && git push origin --tags" |
14 | | - }, |
15 | 5 | "repository": { |
16 | 6 | "type": "git", |
17 | 7 | "url": "git+https://github.com/xpack-dev-tools/meson-build-xpack.git" |
|
75 | 65 | "json": "^11.0.0", |
76 | 66 | "liquidjs": "^10.27.0" |
77 | 67 | }, |
78 | | - "_topConfig": { |
79 | | - "descriptiveName": "xPack Meson Build", |
80 | | - "upstreamDescriptiveName": "Meson Build", |
81 | | - "permalinkName": "meson-build", |
82 | | - "skipCiTests": "true", |
83 | | - "useSelfHostedRunners": "false" |
| 68 | + "scripts": { |
| 69 | + "generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools", |
| 70 | + "npm-install": "npm install", |
| 71 | + "npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid", |
| 72 | + "npm-outdated": "npm outdated", |
| 73 | + "npm-pack": "npm pack", |
| 74 | + "npm-link": "npm link", |
| 75 | + "deep-clean": "del-cli node_modules package-lock.json *.tgz", |
| 76 | + "postversion": "git push origin --all && git push origin --tags" |
84 | 77 | }, |
85 | 78 | "engines": { |
86 | 79 | "node": ">=20.0" |
|
0 commit comments