mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-05-26 13:54:38 +00:00
Added min node version rule
This commit is contained in:
Generated
+3
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user