We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0eea3 commit 20bfd70Copy full SHA for 20bfd70
src/template/base/config/package.json.ejs
@@ -1,6 +1,10 @@
1
{
2
"private": true,
3
"type": "module",
4
+ "packageManager": "[email protected]",
5
+ "engines": {
6
+ "node": ">=v18.3.0"
7
+ },
8
"scripts": {
9
"clean": "pnpm run -r clean",
10
"build": "pnpm run -r build",
0 commit comments