add package.json engines field

This commit is contained in:
pa
2026-02-12 10:57:26 +09:00
parent 84f7103fd6
commit ace9845522
3 changed files with 10 additions and 0 deletions

View File

@@ -183,5 +183,9 @@
"dependencies": {
"hazardous": "^0.3.0",
"node-api-dotnet": "^0.9.19"
},
"engines": {
"node": ">=24.13.0",
"npm": ">=11.9.0"
}
}