eximiabots-radiox/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-02 19:38:42 +00:00
{
"name": "eximiabots-radiox",
2024-01-31 10:18:08 +00:00
"version": "0.5.5",
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"
},
"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",
"license": "MIT",
"bugs": {
"url": "https://github.com/warengroup/eximiabots-radiox/issues"
2020-03-02 19:38:42 +00:00
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.16.1",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"dotenv": "^16.4.1",
"libsodium-wrappers": "^0.7.13",
"path": "^0.12.7"
2021-06-08 09:02:22 +00:00
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
2021-08-07 20:56:23 +00:00
},
"engines": {
2023-06-07 02:22:46 +00:00
"node": ">=18.16.0",
2023-06-08 01:53:11 +00:00
"npm": ">=8.0.0"
2020-03-02 19:38:42 +00:00
}
2021-09-09 09:44:50 +00:00
}