summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index ec8a66c..8a54766 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,10 @@
"name": "hi",
"version": "0.0.1",
"private": true,
+ "engines" : {
+ "npm" : ">=10.8.3 <11.0.0",
+ "node" : ">=22.9.0 <23.0.0"
+ },
"scripts": {
"dev": "vite dev",
"build": "vite build",