diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-10-26 16:39:03 +0200 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-10-26 16:39:03 +0200 |
commit | 9f9d66afebc59c6c265c4424f7b8fb36d8876541 (patch) | |
tree | 8af8fc2fb1634a2f53df35544081a48956e6efad /includes/package.json | |
parent | ae187b6d75c8079da0be1dc288613bad8466fe61 (diff) | |
download | mist-9f9d66afebc59c6c265c4424f7b8fb36d8876541.tar.gz mist-9f9d66afebc59c6c265c4424f7b8fb36d8876541.tar.bz2 mist-9f9d66afebc59c6c265c4424f7b8fb36d8876541.zip |
Updated 34 files and added 146 files (automated)
Diffstat (limited to 'includes/package.json')
-rw-r--r-- | includes/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/package.json b/includes/package.json index d176c9b..3c648ce 100644 --- a/includes/package.json +++ b/includes/package.json @@ -1,5 +1,8 @@ { "dependencies": { - "node-watch": "^0.7.4" + "chalk": "^4.1.2", + "fuse.js": "^7.0.0", + "node-watch": "^0.7.4", + "prompts": "^2.4.2" } } |