mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
add package.json engines field
This commit is contained in:
Generated
+4
@@ -76,6 +76,10 @@
|
|||||||
"worker-timers": "^8.0.30",
|
"worker-timers": "^8.0.30",
|
||||||
"yargs": "^18.0.0",
|
"yargs": "^18.0.0",
|
||||||
"zod": "^3.25.76"
|
"zod": "^3.25.76"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=24.13.0",
|
||||||
|
"npm": ">=11.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
|
|||||||
@@ -183,5 +183,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hazardous": "^0.3.0",
|
"hazardous": "^0.3.0",
|
||||||
"node-api-dotnet": "^0.9.19"
|
"node-api-dotnet": "^0.9.19"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=24.13.0",
|
||||||
|
"npm": ">=11.9.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user