eximiabots-radiox/package.json
dependabot[bot] e79043471c
Bump @types/node from 18.0.3 to 18.0.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.3 to 18.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 08:03:31 +00:00

52 lines
1.4 KiB
JSON

{
"name": "eximiabots-radiox",
"version": "0.3.21",
"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.15.0",
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.10.0",
"discord-api-types": "^0.36.1",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"libsodium-wrappers": "^0.7.10",
"node-fetch": "^3.2.8",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.8.2",
"tsc-watch": "^5.0.3",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=16.9.1",
"npm": ">=7.0.0"
}
}