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:
Louis Hollingworth 2022-06-22 09:38:24 +01:00 committed by GitHub
parent 0fe0df89e7
commit 38cea3d8dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
{
"private": true,
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",