eximiabots-radiox/package.json
dependabot[bot] 5ac93d2121
Bump eslint from 8.7.0 to 8.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.7.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 08:02:59 +00:00

52 lines
1.4 KiB
JSON

{
"name": "eximiabots-radiox",
"version": "0.3.14",
"description": "Internet Radio to your Discord guild",
"main": "index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"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"
},
"author": "EximiaBots by Warén Group",
"license": "MIT",
"bugs": {
"url": "https://github.com/warengroup/eximiabots-radiox/issues"
},
"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.26.0",
"discord.js": "^13.6.0",
"dotenv": "^14.3.2",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.2.0",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsc-watch": "^4.6.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=16.9.1",
"npm": ">=7.0.0"
}
}