« get me outta code hell

Merge branch 'main' into socket-mtui - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-05-13 21:54:52 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-05-13 21:54:52 -0300
commit4ea5e57d2b6c12f42ff21c4b43056021553f07a0 (patch)
tree175c5c662639496fc859fa9a4852c363a6bab11d /package.json
parent84c49e453336d6105655edd08e93bab071c0fc3b (diff)
parenta36e372ba88b59e08fa938f76b261fdc2797bef2 (diff)
Merge branch 'main' into socket-mtui
And also get most of it working wow.
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1cbcb9c..c1630a8 100644
--- a/package.json
+++ b/package.json
@@ -8,16 +8,23 @@
   },
   "author": "",
   "license": "GPL-3.0",
+  "type": "module",
   "dependencies": {
     "command-exists": "^1.2.9",
     "expand-home-dir": "0.0.3",
-    "mkdirp": "^0.5.5",
+    "mkdirp": "^3.0.1",
     "natural-orderby": "^2.0.3",
     "node-fetch": "^2.6.0",
     "open": "^7.0.4",
     "sanitize-filename": "^1.6.3",
     "shortid": "^2.2.15",
     "tempy": "^0.2.1",
-    "tui-lib": "^0.3.1"
+    "shell-escape": "^0.2.0",
+    "tempy": "^0.2.1",
+    "tui-lib": "^0.4.0",
+    "tui-text-editor": "^0.3.1"
+  },
+  "devDependencies": {
+    "eslint": "^8.40.0"
   }
 }