Global update to JavaScript

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2022-06-02 13:27:53 +07:00
parent 05405ff5b7
commit 2a8eecba40
21 changed files with 1241 additions and 9692 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"dependencies": {
"chalk": "^4.1.2",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"mta-tea": "^1.0.0",
"ora": "^5.4.1",
"yargs": "^17.3.1"
}
}