define engine versions

This commit is contained in:
notohh 2025-01-31 00:28:47 -05:00
parent a2f8e21b7b
commit eb9611cc91
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,6 +3,10 @@
"private": true,
"version": "0.0.1",
"type": "module",
"engines": {
"node": ">=23.0.0",
"npm": ">=10.0.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",