mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
e3ca47c8e4
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.16.1 to 14.16.2. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/commits/14.16.2/packages/discord.js) --- updated-dependencies: - dependency-name: discord.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
902 B
JSON
36 lines
902 B
JSON
{
|
|
"name": "eximiabots-radiox",
|
|
"version": "0.5.8",
|
|
"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.17.0",
|
|
"discord.js": "^14.16.2",
|
|
"dotenv": "^16.4.5",
|
|
"libsodium-wrappers": "^0.7.15",
|
|
"path": "^0.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0",
|
|
"npm": ">=10.0.0"
|
|
}
|
|
}
|