arabot/package.json
2024-01-04 09:21:42 +00:00

59 lines
1.6 KiB
JSON

{
"name": "arabot",
"version": "0.4.1",
"description": "A Discord bot for Animal Rights Advocates",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"cleanBuild": "rm -rf ./dist && tsc",
"start": "node dist/index.js",
"start:migrate": "prisma migrate deploy && npm run start"
},
"imports": {
"#utils/*": "./dist/utils/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/veganhacktivists/arabot.git"
},
"keywords": [
"discord",
"veganism",
"sapphire",
"discordjs"
],
"author": "Animal Rights Advocates",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/veganhacktivists/arabot/issues"
},
"homepage": "https://github.com/veganhacktivists/arabot#readme",
"dependencies": {
"@prisma/client": "^5.7.1",
"@sapphire/discord.js-utilities": "^7.1.5",
"@sapphire/framework": "^5.0.5",
"@sapphire/plugin-logger": "^4.0.1",
"@sapphire/plugin-scheduled-tasks": "^10.0.0",
"@sapphire/plugin-subcommands": "^6.0.2",
"@sapphire/stopwatch": "^1.5.1",
"@sapphire/time-utilities": "^1.7.11",
"@sapphire/ts-config": "^5.0.0",
"@sapphire/utilities": "^3.15.1",
"@types/node": "^20.10.6",
"bullmq": "^5.1.1",
"discord.js": "^14.14.1",
"redis": "^4.6.12",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/ioredis": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "3.1.1",
"prisma": "^5.7.1"
}
}