|
16 | 16 | "google-cloud-sql": "dist/index.js" |
17 | 17 | }, |
18 | 18 | "engines": { |
19 | | - "node": ">= 20" |
| 19 | + "node": "24" |
20 | 20 | }, |
21 | 21 | "scripts": { |
22 | 22 | "clean": "rimraf dist bin", |
23 | 23 | "prebuild": "npm run clean", |
24 | | - "build": "tsc --project tsconfig.build.json", |
25 | | - "bundle": "npm run build && pkg . --targets node18-linux,node18-macos,node18-win --out-dir bin", |
| 24 | + "build": "tsc", |
| 25 | + "bundle": "npm run build && pkg . --targets node24-linux,node24-macos,node24-win --out-dir bin", |
26 | 26 | "exec:dev": "ts-node src/index.ts", |
27 | 27 | "exec:dist": "node dist/index.js", |
28 | 28 | "lint": "eslint .", |
|
51 | 51 | "@semantic-release/exec": "7.1.0", |
52 | 52 | "@semantic-release/git": "10.0.1", |
53 | 53 | "@stylistic/eslint-plugin": "5.6.1", |
54 | | - "@tsconfig/node22": "22.0.5", |
| 54 | + "@tsconfig/node24": "24.0.3", |
55 | 55 | "@types/inquirer": "8.2.6", |
56 | 56 | "@types/inquirer-autocomplete-prompt": "2.0.0", |
57 | 57 | "@types/lodash": "4.17.21", |
58 | 58 | "@types/memoizee": "0.4.12", |
59 | | - "@types/node": "22.19.0", |
| 59 | + "@types/node": "24.10.6", |
60 | 60 | "@types/shelljs": "0.8.17", |
61 | 61 | "@types/update-notifier": "5.1.0", |
| 62 | + "@yao-pkg/pkg": "6.11.0", |
62 | 63 | "eslint": "9.39.2", |
63 | 64 | "husky": "9.1.7", |
64 | | - "pkg": "5.8.1", |
65 | 65 | "prettier-package-json": "2.8.0", |
66 | 66 | "rimraf": "6.1.2", |
67 | 67 | "semantic-release": "25.0.2", |
|
0 commit comments