mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 14:31:36 +02:00
Bump packages
This commit is contained in:
parent
4f0ab9b549
commit
599dbce6e6
15 changed files with 20134 additions and 6734 deletions
42
package.json
42
package.json
|
@ -16,10 +16,10 @@
|
|||
"lint": "eslint 'src/**/*.ts'",
|
||||
"lint-fix": "eslint 'src/**/*.ts' --fix",
|
||||
"clean": "rm -rf dist dts",
|
||||
"test": "npm run lint",
|
||||
"test": "yarn lint",
|
||||
"build": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
"prepack": "npm run clean && npm run build",
|
||||
"prepack": "yarn clean && yarn build",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "nodemon",
|
||||
"docker-publish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t codetheweb/muse:latest --push ."
|
||||
|
@ -27,23 +27,23 @@
|
|||
"devDependencies": {
|
||||
"@types/bluebird": "^3.5.32",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/fluent-ffmpeg": "^2.1.14",
|
||||
"@types/fluent-ffmpeg": "^2.1.16",
|
||||
"@types/fs-capacitor": "^2.0.0",
|
||||
"@types/node": "^14.6.0",
|
||||
"@types/node": "^14.14.2",
|
||||
"@types/node-emoji": "^1.8.1",
|
||||
"@types/spotify-web-api-node": "^4.0.1",
|
||||
"@types/validator": "^13.1.0",
|
||||
"@types/ws": "^7.2.6",
|
||||
"@typescript-eslint/eslint-plugin": "^3.10.0",
|
||||
"@typescript-eslint/parser": "^3.10.0",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-config-xo": "^0.32.1",
|
||||
"eslint-config-xo-typescript": "^0.32.0",
|
||||
"husky": "^4.2.5",
|
||||
"nodemon": "^2.0.4",
|
||||
"@types/ws": "^7.2.7",
|
||||
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
||||
"@typescript-eslint/parser": "^4.5.0",
|
||||
"eslint": "^7.12.0",
|
||||
"eslint-config-xo": "^0.33.1",
|
||||
"eslint-config-xo-typescript": "^0.35.0",
|
||||
"husky": "^4.3.0",
|
||||
"nodemon": "^2.0.6",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.2"
|
||||
"typescript": "^4.0.3"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
@ -63,21 +63,21 @@
|
|||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm test && npm run build"
|
||||
"pre-commit": "npm test && yarn build"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.3.2",
|
||||
"array-shuffle": "^1.0.1",
|
||||
"debug": "^4.1.1",
|
||||
"debug": "^4.2.0",
|
||||
"delay": "^4.4.0",
|
||||
"discord.js": "^12.3.1",
|
||||
"discord.js": "^12.4.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"fs-capacitor": "^6.2.0",
|
||||
"get-youtube-id": "^1.0.1",
|
||||
"got": "^11.5.2",
|
||||
"hasha": "^5.2.0",
|
||||
"got": "^11.8.0",
|
||||
"hasha": "^5.2.2",
|
||||
"inversify": "^5.0.1",
|
||||
"iso8601-duration": "^1.2.0",
|
||||
"make-dir": "^3.1.0",
|
||||
|
@ -86,11 +86,11 @@
|
|||
"sequelize": "^5.21.11",
|
||||
"sequelize-typescript": "^1.1.0",
|
||||
"spotify-uri": "^2.1.0",
|
||||
"spotify-web-api-node": "^4.0.0",
|
||||
"spotify-web-api-node": "^5.0.0",
|
||||
"sqlite3": "^5.0.0",
|
||||
"unique-random-array": "^2.0.0",
|
||||
"youtube.ts": "^0.1.8",
|
||||
"ytdl-core": "^3.2.2",
|
||||
"ytsr": "^1.0.1"
|
||||
"ytdl-core": "^3.4.2",
|
||||
"ytsr": "^1.0.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue