eximiabots-radiox/package.json

36 lines
902 B
JSON
Raw Normal View History

2020-03-02 19:38:42 +00:00
{
"name": "eximiabots-radiox",
2024-06-08 12:59:33 +00:00
"version": "0.5.7",
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/voice": "^0.17.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"libsodium-wrappers": "^0.7.13",
"path": "^0.12.7"
2021-06-08 09:02:22 +00:00
},
"devDependencies": {
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
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
}