Add pre-install npm dependency guard

This commit is contained in:
2026-08-27 12:46:55 +01:00
parent 7574b31b8c
commit f28b9ee87d
22 changed files with 1321 additions and 137 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "dependency-guard",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dependency-guard",
"version": "0.1.0",
"license": "MIT",
"bin": {
"dependency-guard": "bin/dependency-guard.js"
},
"engines": {
"node": ">=20"
}
}
}
}