require('readline-sync'); get_simsimPath to scan locally installed modules and env files and user input to return simsimPath

This commit is contained in:
luk
2024-09-23 10:58:27 +08:00
parent 94fa5915b3
commit 353e0b599b
2 changed files with 43 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"dependencies": {
"assign-deep": "^1.0.1",
"chokidar": "^4.0.0",
"commander": "^4.1.1"
"commander": "^4.1.1",
"readline-sync": "^1.4.10"
},
"scripts": {
"setup": "npm install"