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

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
engine-strict=true
fund=false

4
package-lock.json generated
View File

@@ -76,6 +76,10 @@
"worker-timers": "^8.0.30",
"yargs": "^18.0.0",
"zod": "^3.25.76"
},
"engines": {
"node": ">=24.13.0",
"npm": ">=11.9.0"
}
},
"node_modules/@babel/code-frame": {

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"
}
}