mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 03:49:33 +00:00 
			
		
		
		
	Bumps [rimraf](https://github.com/isaacs/rimraf) from 6.0.1 to 6.1.0. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: rimraf dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			903 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			903 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "eximiabots-radiox",
 | 
						|
  "version": "0.5.12",
 | 
						|
  "description": "Internet Radio to your Discord guild",
 | 
						|
  "main": "index.js",
 | 
						|
  "scripts": {
 | 
						|
    "build": "rimraf ./build && tsc",
 | 
						|
    "start": "node --no-warnings build/index.js",
 | 
						|
    "start:dev": "rimraf ./build && tsc && node --no-warnings build/index.js"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/warengroup/eximiabots-radiox.git"
 | 
						|
  },
 | 
						|
  "author": "EximiaBots by Warén Group",
 | 
						|
  "license": "MIT",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/warengroup/eximiabots-radiox/issues"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@discordjs/voice": "^0.19.0",
 | 
						|
    "discord.js": "^14.24.1",
 | 
						|
    "dotenv": "^17.2.3",
 | 
						|
    "libsodium-wrappers": "^0.7.15",
 | 
						|
    "path": "^0.12.7"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "rimraf": "^6.1.0",
 | 
						|
    "typescript": "^5.9.3"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
      "node": ">=22.0.0",
 | 
						|
      "npm": ">=10.0.0"
 | 
						|
  }
 | 
						|
}
 |