diff options
| author | Max Isom <[email protected]> | 2021-12-17 18:36:31 -0600 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-12-17 18:36:31 -0600 |
| commit | d07dc5baf4ebb3d20a456364823c97e077846768 (patch) | |
| tree | 47333f7e4024d7fae9a7b44cdd0230326bf0d053 /package.json | |
| parent | 0396949b39213104054008ccc4b26c6d5b1dd3e3 (diff) | |
| parent | 55c98ff2a937392a2f24d3ee3d3d7cb6e15ff178 (diff) | |
| download | muse-d07dc5baf4ebb3d20a456364823c97e077846768.tar.xz muse-d07dc5baf4ebb3d20a456364823c97e077846768.zip | |
Merge branch 'master' into mutex
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/package.json b/package.json index beedf29..1df42c9 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 ." }, @@ -48,7 +48,7 @@ "nodemon": "^2.0.7", "ts-node": "^10.4.0", "type-fest": "^2.5.4", - "typescript": "^4.4.3" + "typescript": "^4.5.3" }, "eslintConfig": { "extends": [ @@ -76,7 +76,7 @@ "@discordjs/opus": "^0.7.0", "@discordjs/voice": "^0.7.5", "@types/libsodium-wrappers": "^0.7.9", - "array-shuffle": "^2.0.0", + "array-shuffle": "^3.0.0", "debug": "^4.3.1", "delay": "^5.0.0", "discord.js": "^13.3.0", @@ -84,15 +84,17 @@ "fluent-ffmpeg": "^2.1.2", "fs-capacitor": "^7.0.1", "get-youtube-id": "^1.0.1", - "got": "^11.8.2", + "got": "^12.0.0", "hasha": "^5.2.2", - "inversify": "^5.1.1", + "inversify": "^6.0.1", "iso8601-duration": "^1.3.0", "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": "^3.1.0", + "p-limit": "^4.0.0", "p-queue": "^7.1.0", "reflect-metadata": "^0.1.13", "sequelize": "^6.11.0", |
