eximiabots-radiox/package.json
dependabot[bot] c44eaf1256
Bump dotenv from 16.4.6 to 16.4.7
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.6 to 16.4.7.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.6...v16.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 08:34:05 +00:00

36 lines
902 B
JSON

{
"name": "eximiabots-radiox",
"version": "0.5.9",
"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.18.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
}
}