Files
eximiabots-radiox/package.json
dependabot[bot] c07697aa47 Bump dotenv from 17.3.1 to 17.4.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.3.1 to 17.4.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.3.1...v17.4.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-02 08:44:52 +00:00

37 lines
935 B
JSON

{
"name": "eximiabots-radiox",
"version": "0.5.15",
"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.2",
"@snazzah/davey": "^0.1.11",
"discord.js": "^14.26.0",
"dotenv": "^17.4.0",
"libsodium-wrappers": "^0.8.2",
"path": "^0.12.7"
},
"devDependencies": {
"rimraf": "^6.1.3",
"typescript": "^6.0.2"
},
"engines": {
"node": ">=24.0.0",
"npm": ">=10.0.0"
}
}