diff options
| author | Max Isom <[email protected]> | 2021-12-13 20:11:14 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-12-13 20:11:14 -0500 |
| commit | ffc8493ea3816402f142794cc7904244e9f6e2ac (patch) | |
| tree | 16e08654d56dba4517720033686d514dbf92dfad /package.json | |
| parent | fa4ba0bb9acd1c5208c1ff844823706b26f56165 (diff) | |
| download | muse-ffc8493ea3816402f142794cc7904244e9f6e2ac.tar.xz muse-ffc8493ea3816402f142794cc7904244e9f6e2ac.zip | |
Add splash banner and spinner progress for initial connection
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index 931c92f..eb7ddb4 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 ." }, @@ -90,6 +90,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", |
