aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-12-13 20:28:04 -0500
committerMax Isom <[email protected]>2021-12-13 20:28:04 -0500
commitcf7f6c7e8fcfa33d0ea87ee5928dc88a5740c114 (patch)
treeeeea58670e3facb4cf0f1b66ea7a94dd445e0854 /package.json
parentd2ab10a13ab22d21f3e52106f355fc8272e11651 (diff)
parent761ac9f7ed3d446c5a3384a8c2608e82be9cdd34 (diff)
downloadmuse-cf7f6c7e8fcfa33d0ea87ee5928dc88a5740c114.tar.xz
muse-cf7f6c7e8fcfa33d0ea87ee5928dc88a5740c114.zip
Merge branch 'master' into feature/slash-commands
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7b8eae3..01c6341 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "muse",
"version": "0.1.0",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
- "exports": "./dist/index.js",
+ "exports": "./dist/src/index.js",
"repository": "[email protected]:codetheweb/muse.git",
"author": "Max Isom <[email protected]>",
"license": "MIT",
@@ -22,9 +22,9 @@
"clean": "rm -rf dist dts",
"test": "npm run lint",
"build": "tsc",
- "watch": "tsc --watch",
+ "build:watch": "tsc --watch",
"prepack": "npm run clean && npm run build",
- "start": "node dist/index.js",
+ "start": "node --experimental-json-modules dist/src/index.js",
"dev": "concurrently nodemon 'tsc --watch'",
"docker-publish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t codetheweb/muse:latest --push ."
},
@@ -93,6 +93,8 @@
"libsodium-wrappers": "^0.7.9",
"make-dir": "^3.1.0",
"node-emoji": "^1.10.0",
+ "nodesplash": "^0.1.1",
+ "ora": "^6.0.1",
"p-event": "^4.2.0",
"p-limit": "^4.0.0",
"p-queue": "^7.1.0",