eximiabots-radiox/package.json
2024-04-30 22:50:14 +03:00

36 lines
902 B
JSON

{
"name": "eximiabots-radiox",
"version": "0.5.5",
"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.16.1",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"libsodium-wrappers": "^0.7.13",
"path": "^0.12.7"
},
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.16.0",
"npm": ">=8.0.0"
}
}