eximiabots-radiox/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2020-03-02 19:38:42 +00:00
{
"name": "eximiabots-radiox",
2022-02-01 01:43:16 +00:00
"version": "0.3.15",
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",
"start:dev": "npm run build && 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": "^0.12.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.27.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
2021-08-04 09:26:52 +00:00
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.2.0",
"path": "^0.12.7"
2021-06-08 09:02:22 +00:00
},
"devDependencies": {
"@types/node": "^17.0.17",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.8.0",
2021-08-07 20:56:23 +00:00
"eslint-config-prettier": "^8.3.0",
2021-08-31 07:37:12 +00:00
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
2021-06-08 09:02:22 +00:00
"rimraf": "^3.0.2",
"ts-node": "^10.5.0",
"tsc-watch": "^4.6.0",
"typescript": "^4.5.5"
2021-08-07 20:56:23 +00:00
},
"engines": {
2021-09-15 23:36:06 +00:00
"node": ">=16.9.1",
2021-08-07 20:56:23 +00:00
"npm": ">=7.0.0"
2020-03-02 19:38:42 +00:00
}
2021-09-09 09:44:50 +00:00
}