Files
Apollo/package.json
T
admin ea24d6ff59 Bump @types/node from 20.14.2 to 22.9.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 22.9.3.
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-24 10:51:18 +00:00

58 lines
1.4 KiB
JSON

{
"name": "apollo",
"version": "2.9.0",
"description": "Discord music bot built with discord.js",
"main": "index.ts",
"author": "Erit Islami <eritislami@gmail.com>",
"private": true,
"engines": {
"node": ">=16.11.0"
},
"scripts": {
"dev": "nodemon index.ts",
"start": "ts-node index.ts",
"build": "tsc --build",
"prod": "npm run build && node ./dist/index.js",
"commit": "cz",
"format": "npx prettier --write '**/*.ts' --config .prettierrc"
},
"dependencies": {
"@discordjs/voice": "^0.17.0",
"array-move": "^4.0.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",
"i18n": "^0.15.1",
"lyrics-finder": "^21.0.5",
"play-dl": "^1.9.7",
"soundcloud-downloader": "^0.2.3",
"string-progressbar": "^1.0.4",
"youtube-sr": "~4.3.0"
},
"devDependencies": {
"@types/i18n": "^0.13.12",
"@types/node": "^22.9.3",
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.1",
"ts-node": "^10.9.2"
},
"optionalDependencies": {
"@discordjs/opus": "^0.9.0",
"libsodium-wrappers": "^0.7.15",
"opusscript": "^0.1.1",
"sodium-native": "^3.4.1",
"tweetnacl": "^1.0.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog",
"disableScopeLowerCase": false,
"disableSubjectLowerCase": false
}
}
}