Merge branch 'master' into mutex

This commit is contained in:
Max Isom 2021-12-17 18:36:31 -06:00
commit d07dc5baf4
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
14 changed files with 481 additions and 153 deletions

View file

@ -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": "git@github.com:codetheweb/muse.git",
"author": "Max Isom <hi@maxisom.me>",
"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",