eximiabots-radiox/package.json
dependabot[bot] bd00992ab8
Bump prettier from 2.8.3 to 2.8.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

51 lines
1.4 KiB
JSON

{
"name": "eximiabots-radiox",
"version": "0.4.2",
"description": "Internet Radio to your Discord guild",
"main": "index.js",
"scripts": {
"build": "rimraf ./build && tsc",
"start": "node --no-warnings build/index.js",
"start:dev": "rimraf ./build && tsc && 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": "^1.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.5.0",
"@discordjs/voice": "^0.14.0",
"discord-api-types": "^0.37.31",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"libsodium-wrappers": "^0.7.10",
"node-fetch": "^3.3.0",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^18.11.19",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.9.1",
"npm": ">=7.0.0"
}
}