Melody/package.json

51 lines
1.5 KiB
JSON

{
"name": "melody",
"description": "Discord music bot with many useful commands and effects.",
"version": "2.0.1",
"author": "NerdyTechy",
"license": "ISC",
"main": "src/index.ts",
"private": true,
"homepage": "https://github.com/NerdyTechy/Melody#readme",
"bugs": {
"url": "https://github.com/NerdyTechy/Melody/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NerdyTechy/Melody.git"
},
"scripts": {
"dev": "ts-node --files src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"format": "prettier --write \"**/*.{js,ts,md}\"",
"lint": "eslint . --ext .js,.ts",
"lint:fix": "eslint . --ext .js,.ts --fix"
},
"dependencies": {
"@distube/ytdl-core": "^4.14.4",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"discord-player": "^6.7.1",
"discord.js": "^14.16.2",
"ffmpeg-static": "^5.2.0",
"https-proxy-agent": "^7.0.5",
"mediaplex": "^0.0.9",
"ms": "^2.1.3",
"os-utils": "^0.0.14",
"play-dl": "^1.9.7"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/ms": "^0.7.34",
"@types/node": "^22.6.1",
"@types/os-utils": "^0.0.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"ts-node": "^10.9.2"
}
}