add readline-sync, shelljs, shx to package.json

This commit is contained in:
Luk
2024-11-01 13:24:05 +08:00
parent 7a8d57a276
commit cc1b942db8
3 changed files with 145 additions and 1 deletions

View File

@@ -12,5 +12,10 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"readline-sync": "^1.4.10",
"shelljs": "^0.8.5",
"shx": "^0.3.4"
}
}