mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
375121ba3d
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.9.0. - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v8.9.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "eximiabots-radiox",
|
|
"version": "0.5.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.6.3",
|
|
"@discordjs/opus": "^0.9.0",
|
|
"@discordjs/rest": "^1.7.1",
|
|
"@discordjs/voice": "^0.16.0",
|
|
"discord-api-types": "^0.37.50",
|
|
"discord.js": "^14.11.0",
|
|
"dotenv": "^16.3.1",
|
|
"libsodium-wrappers": "^0.7.11",
|
|
"path": "^0.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.5",
|
|
"@types/ws": "^8.5.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-prettier": "^8.9.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"prettier": "^3.0.0",
|
|
"rimraf": "^5.0.1",
|
|
"ts-node": "^10.9.1",
|
|
"tsc-watch": "^6.0.4",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.16.0",
|
|
"npm": ">=8.0.0"
|
|
}
|
|
}
|