mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 09:49:32 +00:00 
			
		
		
		
	Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.24.1 to 14.24.2. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/14.24.2/packages/discord.js/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/commits/14.24.2/packages/discord.js) --- updated-dependencies: - dependency-name: discord.js dependency-version: 14.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			1008 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1008 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "musix-oss",
 | 
						|
  "version": "3.11.0",
 | 
						|
  "description": "V3 for Musix the discord music bot",
 | 
						|
  "main": "./index.js",
 | 
						|
  "scripts": {
 | 
						|
    "start": "node --max-old-space-size=3072 index.js",
 | 
						|
    "start:dev": "nodemon"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/musix-org/musix-oss.git"
 | 
						|
  },
 | 
						|
  "author": "Musix Org",
 | 
						|
  "license": "MIT",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/musix-org/musix-oss/issues",
 | 
						|
    "support": "https://discord.gg/rvHuJtB"
 | 
						|
  },
 | 
						|
  "homepage": "https://musix-org.github.io/",
 | 
						|
  "dependencies": {
 | 
						|
    "@discordjs/opus": "^0.10.0",
 | 
						|
    "discord-webhook-node": "^1.1.8",
 | 
						|
    "discord.js": "^14.24.2",
 | 
						|
    "dotenv": "^17.2.3",
 | 
						|
    "firebase": "^12.4.0",
 | 
						|
    "firebase-admin": "^13.5.0",
 | 
						|
    "he": "^1.2.0",
 | 
						|
    "prism-media": "^1.3.5",
 | 
						|
    "request": "^2.88.2",
 | 
						|
    "simple-youtube-api": "^5.2.1",
 | 
						|
    "spotify-web-api-node": "^5.0.2",
 | 
						|
    "ytdl-core": "^4.11.5",
 | 
						|
    "ytsr": "^3.8.4"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "nodemon": "^3.1.10"
 | 
						|
  }
 | 
						|
}
 |