mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 14:04:15 +02:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "arabot",
|
|
"version": "0.4.1",
|
|
"description": "A Discord bot for Animal Rights Advocates",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"build": "tsc",
|
|
"cleanBuild": "rm -rf ./dist && tsc",
|
|
"start": "node dist/index.js",
|
|
"start:migrate": "prisma migrate deploy && pnpm 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",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=9"
|
|
},
|
|
"packageManager": "pnpm@9.6.0",
|
|
"dependencies": {
|
|
"@prisma/client": "^5.18.0",
|
|
"@sapphire/discord.js-utilities": "^7.3.0",
|
|
"@sapphire/framework": "^5.2.1",
|
|
"@sapphire/plugin-logger": "^4.0.2",
|
|
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
|
|
"@sapphire/plugin-subcommands": "^6.0.3",
|
|
"@sapphire/stopwatch": "^1.5.2",
|
|
"@sapphire/time-utilities": "^1.7.12",
|
|
"@sapphire/ts-config": "^5.0.1",
|
|
"@sapphire/utilities": "^3.17.0",
|
|
"bullmq": "^5.12.10",
|
|
"discord.js": "^14.15.3",
|
|
"ioredis": "^5.4.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.16.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "3.2.4",
|
|
"prisma": "^5.18.0"
|
|
}
|
|
}
|