mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "eximiabots-radiox",
|
|
"version": "0.2.0",
|
|
"description": "Internet Radio to your Discord guild",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rimraf ./build && tsc",
|
|
"start": "npm run build && node 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/opus": "^0.3.3",
|
|
"@discordjs/voice": "^0.2.1",
|
|
"@types/node": "^15.14.6",
|
|
"@types/ws": "^7.4.7",
|
|
"discord-api-types": "^0.18.1",
|
|
"discord.js": "^13.0.0-dev.t1628035429.00d5cee",
|
|
"dotenv": "^8.6.0",
|
|
"libsodium-wrappers": "^0.7.9",
|
|
"node-fetch": "^2.6.1",
|
|
"path": "^0.12.7",
|
|
"tsc-watch": "^4.4.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
"@typescript-eslint/parser": "^2.34.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"nodemon": "^2.0.12",
|
|
"prettier": "^1.19.1",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^8.10.2"
|
|
}
|
|
}
|