74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "@master-bot/bot",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "a discord music bot with guild , gifs and misc commands",
|
|
"author": "Nir Gal",
|
|
"license": "ISC",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "pnpm with-env tsc",
|
|
"watch": "tsc --watch",
|
|
"copy-scripts": "pnpx ncp ./scripts ./dist/",
|
|
"dev": "pnpm build && pnpm copy-scripts && run-p watch start",
|
|
"start": "pnpm with-env node dist/index.js",
|
|
"with-env": "dotenv -e ../../.env --"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18.16.1"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/collection": "^1.5.2",
|
|
"@lavaclient/spotify": "^3.1.0",
|
|
"@lavalink/encoding": "^0.1.2",
|
|
"@master-bot/api": "^0.1.0",
|
|
"@napi-rs/canvas": "^0.1.41",
|
|
"@prisma/client": "^5.1.1",
|
|
"@sapphire/decorators": "^6.0.2",
|
|
"@sapphire/discord.js-utilities": "^7.0.1",
|
|
"@sapphire/framework": "^4.5.1",
|
|
"@sapphire/plugin-hmr": "^2.0.1",
|
|
"@sapphire/time-utilities": "^1.7.10",
|
|
"@sapphire/utilities": "^3.13.0",
|
|
"@t3-oss/env-core": "^0.6.0",
|
|
"@trpc/client": "^10.37.1",
|
|
"@trpc/server": "^10.37.1",
|
|
"axios": "^1.4.0",
|
|
"colorette": "^2.0.20",
|
|
"discord.js": "^14.12.1",
|
|
"genius-discord-lyrics": "1.0.5",
|
|
"google-translate-api-x": "^10.6.7",
|
|
"ioredis": "^5.3.2",
|
|
"iso-639-1": "^2.1.15",
|
|
"lavaclient": "^4.1.1",
|
|
"metadata-filter": "^1.3.0",
|
|
"ncp": "^2.0.0",
|
|
"node-fetch": "^3.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"string-progressbar": "^1.0.4",
|
|
"superjson": "1.13.1",
|
|
"winston": "^3.10.0",
|
|
"winston-daily-rotate-file": "^4.7.1",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@lavaclient/types": "^2.1.1",
|
|
"@sapphire/ts-config": "^4.0.1",
|
|
"@types/ioredis": "^4.28.10",
|
|
"@types/node": "^20.4.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
"@typescript-eslint/parser": "^6.2.1",
|
|
"dotenv": "^16.3.1",
|
|
"dotenv-cli": "^7.2.1",
|
|
"prettier": "^3.0.1",
|
|
"tslib": "^2.6.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@master-bot/eslint-config/base"
|
|
]
|
|
}
|
|
}
|