mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-03-29 14:14:23 +00:00
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
935 B
JSON
37 lines
935 B
JSON
{
|
|
"name": "eximiabots-radiox",
|
|
"version": "0.5.15",
|
|
"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.19.2",
|
|
"@snazzah/davey": "^0.1.10",
|
|
"discord.js": "^14.25.1",
|
|
"dotenv": "^17.3.1",
|
|
"libsodium-wrappers": "^0.8.2",
|
|
"path": "^0.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^6.1.3",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0",
|
|
"npm": ">=10.0.0"
|
|
}
|
|
}
|