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

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-13 08:42:30 +00:00

37 lines
934 B
JSON

{
"name": "eximiabots-radiox",
"version": "0.5.14",
"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",
"@snazzah/davey": "^0.1.9",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"libsodium-wrappers": "^0.8.2",
"path": "^0.12.7"
},
"devDependencies": {
"rimraf": "^6.1.2",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
}
}