eximiabots-radiox/package.json
dependabot[bot] 6cfebfa7f4
Bump discord.js from 13.6.0 to 13.7.0
Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/13.7.0/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/compare/13.6.0...13.7.0)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

52 lines
1.4 KiB
JSON

{
"name": "eximiabots-radiox",
"version": "0.3.21",
"description": "Internet Radio to your Discord guild",
"main": "index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"start": "node --no-warnings build/index.js",
"start:dev": "npm run build && 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": "^0.13.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.4.1",
"@discordjs/voice": "^0.9.0",
"discord-api-types": "^0.32.1",
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"libsodium-wrappers": "^0.7.10",
"node-fetch": "^3.2.4",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^17.0.33",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"tsc-watch": "^5.0.3",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=16.9.1",
"npm": ">=7.0.0"
}
}