File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 },
1212 "scripts" : {
1313 "build" : " nuxt build" ,
14- "build:lunaria" : " node --experimental-transform-types ./lunaria/lunaria.ts" ,
14+ "build:lunaria" : " node ./lunaria/lunaria.ts" ,
1515 "dev" : " nuxt dev" ,
1616 "dev:docs" : " pnpm run --filter npmx-docs dev --port=3001" ,
17- "i18n:check" : " node --experimental-transform-types scripts/compare-translations.ts" ,
18- "i18n:check:fix" : " node --experimental-transform-types scripts/compare-translations.ts --fix" ,
17+ "i18n:check" : " node scripts/compare-translations.ts" ,
18+ "i18n:check:fix" : " node scripts/compare-translations.ts --fix" ,
1919 "knip" : " knip" ,
2020 "knip:fix" : " knip --fix" ,
2121 "lint" : " vite lint && vite fmt --check" ,
113113 "vitest-environment-nuxt" : " 1.0.1" ,
114114 "vue-tsc" : " 3.2.4"
115115 },
116+ "engines" : {
117+ "node" : " >=24"
118+ },
116119 "simple-git-hooks" : {
117120 "pre-commit" : " npx lint-staged"
118121 },
You can’t perform that action at this time.
0 commit comments