Added min node version rule

This commit is contained in:
Pritam Patil
2026-01-12 16:34:00 +05:30
parent 2001575d90
commit 60d1bcfb2b
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -44,6 +44,9 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
},
"engines": {
"node": ">=20.18.1"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
+3
View File
@@ -3,6 +3,9 @@
"version": "2.0.32",
"description": "Advanced Social Media Profiles Finder and String Analysis Tool",
"main": "app.js",
"engines": {
"node": ">=20.18.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js --gui"