2020-03-02 19:38:42 +00:00
|
|
|
{
|
2020-08-14 23:36:15 +00:00
|
|
|
"name": "eximiabots-radiox",
|
2024-06-19 08:04:17 +00:00
|
|
|
"version": "0.5.8",
|
2020-08-16 23:50:07 +00:00
|
|
|
"description": "Internet Radio to your Discord guild",
|
2020-03-02 19:38:42 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-06-08 09:02:22 +00:00
|
|
|
"build": "rimraf ./build && tsc",
|
2021-09-09 22:21:14 +00:00
|
|
|
"start": "node --no-warnings build/index.js",
|
2022-07-18 21:13:28 +00:00
|
|
|
"start:dev": "rimraf ./build && tsc && node --no-warnings build/index.js"
|
2020-03-08 09:47:11 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/warengroup/eximiabots-radiox.git"
|
|
|
|
},
|
2020-08-22 10:31:28 +00:00
|
|
|
"author": "EximiaBots by Warén Group",
|
2020-03-08 09:47:11 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/warengroup/eximiabots-radiox/issues"
|
2020-03-02 19:38:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-06 08:44:50 +00:00
|
|
|
"@discordjs/voice": "^0.17.0",
|
2024-09-13 08:47:42 +00:00
|
|
|
"discord.js": "^14.16.2",
|
2024-02-20 08:56:50 +00:00
|
|
|
"dotenv": "^16.4.5",
|
2024-08-14 08:23:23 +00:00
|
|
|
"libsodium-wrappers": "^0.7.15",
|
2021-08-17 15:50:48 +00:00
|
|
|
"path": "^0.12.7"
|
2021-06-08 09:02:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-11 08:47:23 +00:00
|
|
|
"rimraf": "^6.0.1",
|
2024-09-10 08:40:00 +00:00
|
|
|
"typescript": "^5.6.2"
|
2021-08-07 20:56:23 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-05-29 22:29:27 +00:00
|
|
|
"node": ">=20.0.0",
|
|
|
|
"npm": ">=10.0.0"
|
2020-03-02 19:38:42 +00:00
|
|
|
}
|
2021-09-09 09:44:50 +00:00
|
|
|
}
|