|
22 | 22 | "clean": "rimraf dist bin", |
23 | 23 | "build:transpile": "tsc", |
24 | 24 | "build": "npm run clean && npm run build:transpile", |
25 | | - "bundle": "npm run build && pkg . --out-dir bin", |
| 25 | + "bundle": "npm run build && pkg . --targets node18-linux,node18-macos,node18-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 . --ext .ts", |
|
48 | 48 | "@semantic-release/changelog": "6.0.3", |
49 | 49 | "@semantic-release/exec": "6.0.3", |
50 | 50 | "@semantic-release/git": "10.0.1", |
51 | | - "@tsconfig/node18": "18.2.2", |
| 51 | + "@tsconfig/node20": "20.1.2", |
52 | 52 | "@types/inquirer": "8.2.6", |
53 | 53 | "@types/inquirer-autocomplete-prompt": "2.0.0", |
54 | 54 | "@types/lodash": "4.14.202", |
55 | 55 | "@types/memoizee": "0.4.11", |
56 | | - "@types/node": "18.18.9", |
| 56 | + "@types/node": "20.11.1", |
57 | 57 | "@types/shelljs": "0.8.15", |
58 | 58 | "@types/update-notifier": "5.1.0", |
59 | 59 | "@typescript-eslint/eslint-plugin": "6.18.1", |
|
0 commit comments