arabot/package.json

51 lines
1.4 KiB
JSON

{
"name": "arabot",
"version": "0.0.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"
},
"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": "^4.0.0",
"@sapphire/framework": "^3.0.0-next.87e5cdc.0",
"@sapphire/plugin-subcommands": "^2.2.2",
"@sapphire/ts-config": "^3.3.4",
"@sapphire/utilities": "^3.7.0",
"@types/cron": "^2.0.0",
"@types/node": "^18.0.3",
"cron": "^2.1.0",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"prisma": "^4.0.0",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}