eximiabots-radiox/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-02 19:38:42 +00:00
{
"name": "eximiabots-radiox",
2021-06-08 09:02:22 +00:00
"version": "0.2.0",
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",
"start": "npm run build && node 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": {
2020-10-25 17:17:55 +00:00
"@discordjs/opus": "^0.3.3",
2021-06-08 09:02:22 +00:00
"@discordjs/voice": "^0.2.1",
2021-08-04 07:07:29 +00:00
"@types/node": "^15.14.5",
"@types/ws": "^7.4.7",
2021-06-08 09:02:22 +00:00
"discord-api-types": "^0.18.1",
2021-08-04 07:07:29 +00:00
"discord.js": "^13.0.0-dev.t1628035429.00d5cee",
2021-06-22 20:31:44 +00:00
"dotenv": "^8.6.0",
2020-09-20 19:36:47 +00:00
"node-fetch": "^2.6.1",
2021-06-08 09:02:22 +00:00
"path": "^0.12.7",
"tsc-watch": "^4.4.0",
2021-08-04 07:07:29 +00:00
"typescript": "^4.3.5"
2021-06-08 09:02:22 +00:00
},
"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",
2021-08-04 07:07:29 +00:00
"nodemon": "^2.0.12",
2021-06-08 09:02:22 +00:00
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2"
2020-03-02 19:38:42 +00:00
}
}