|
2 | 2 | "name": "@xpack-dev-tools/cmake", |
3 | 3 | "version": "3.31.9-1.1", |
4 | 4 | "description": "A binary xpm package with the CMake 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/cmake-xpack.git" |
|
77 | 67 | "json": "https://www.npmjs.com/package/json", |
78 | 68 | "liquidjs": "https://www.npmjs.com/package/liquidjs" |
79 | 69 | }, |
80 | | - "_topConfig": { |
81 | | - "descriptiveName": "xPack CMake", |
82 | | - "upstreamDescriptiveName": "CMake", |
83 | | - "permalinkName": "cmake", |
84 | | - "skipCiTests": "true", |
85 | | - "useSelfHostedRunners": "false" |
| 70 | + "scripts": { |
| 71 | + "generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools", |
| 72 | + "npm-install": "npm install", |
| 73 | + "npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid", |
| 74 | + "npm-outdated": "npm outdated", |
| 75 | + "npm-pack": "npm pack", |
| 76 | + "npm-link": "npm link", |
| 77 | + "deep-clean": "del-cli node_modules package-lock.json *.tgz", |
| 78 | + "postversion": "git push origin --all && git push origin --tags" |
86 | 79 | }, |
87 | 80 | "engines": { |
88 | 81 | "node": ">=20.0" |
|
0 commit comments