mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
fc883a9266
Bumps [discord.js](https://github.com/discordjs/discord.js) from 14.7.0 to 14.7.1. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/14.7.0...14.7.1) --- updated-dependencies: - dependency-name: discord.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "eximiabots-radiox",
|
|
"version": "0.4.2",
|
|
"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/builders": "^1.4.0",
|
|
"@discordjs/opus": "^0.9.0",
|
|
"@discordjs/rest": "^1.4.0",
|
|
"@discordjs/voice": "^0.14.0",
|
|
"discord-api-types": "^0.37.20",
|
|
"discord.js": "^14.7.1",
|
|
"dotenv": "^16.0.3",
|
|
"libsodium-wrappers": "^0.7.10",
|
|
"node-fetch": "^3.3.0",
|
|
"path": "^0.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.10",
|
|
"@types/ws": "^8.5.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.8.0",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.9.1",
|
|
"tsc-watch": "^5.0.3",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.9.1",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|