Update package.json
Prepare for switch to pnpm, added to engines. May have issues building until I can --shamefully-hoist. Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
0fe0df89e7
commit
38cea3d8dd
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=16",
|
||||
"pnpm": ">=7"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
|
|
Loading…
Reference in a new issue