eximiabots-radiox/package.json

36 lines
902 B
JSON
Raw Normal View History

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