|
| 1 | +{ |
| 2 | + "private": true, |
| 3 | + "name": "@newgentdigital/shellguard", |
| 4 | + "description": "Automatically scan and quarantine files sent by your Discord users using ClamAV, VirusTotal, and more. Get alerts and take action - keep your community safe.", |
| 5 | + "type": "module", |
| 6 | + "version": "1.0.0", |
| 7 | + "homepage": "https://github.com/newgentdigital/shellguard", |
| 8 | + "bugs": { |
| 9 | + "url": "https://github.com/newgentdigital/shellguard", |
| 10 | + "email": "engineering@newgent.digital" |
| 11 | + }, |
| 12 | + "license": "AGPL-3.0-or-later", |
| 13 | + "author": { |
| 14 | + "name": "Newgent", |
| 15 | + "url": "https://newgent.digital/", |
| 16 | + "email": "engineering@newgent.digital" |
| 17 | + }, |
| 18 | + "funding": "https://github.com/sponsors/newgentdigital", |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "https://github.com/newgentdigital/shellguard.git" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "dev": "bun --watch src/index.ts", |
| 25 | + "start": "bun src/index.ts", |
| 26 | + "deploy:commands": "bun src/bot/deploy-commands.ts", |
| 27 | + "db:generate": "drizzle-kit generate", |
| 28 | + "db:migrate": "drizzle-kit migrate", |
| 29 | + "db:push": "drizzle-kit push", |
| 30 | + "db:studio": "drizzle-kit studio", |
| 31 | + "format": "prettier --write .", |
| 32 | + "format:check": "prettier --check .", |
| 33 | + "lint": "eslint --ext .js,.ts,.astro .", |
| 34 | + "lint:fix": "eslint --fix --ext .js,.ts,.astro ." |
| 35 | + }, |
| 36 | + "dependencies": { |
| 37 | + "@sentry/bun": "^10.32.1", |
| 38 | + "discord.js": "^14.25.1", |
| 39 | + "drizzle-orm": "^0.45.1", |
| 40 | + "prom-client": "^15.1.3" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@eslint/js": "^9.39.2", |
| 44 | + "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
| 45 | + "@types/bun": "^1.3.5", |
| 46 | + "@types/node": "^24.10.4", |
| 47 | + "@typescript-eslint/parser": "^8.50.0", |
| 48 | + "drizzle-kit": "^0.31.8", |
| 49 | + "eslint": "^9.39.2", |
| 50 | + "prettier": "^3.7.4", |
| 51 | + "prettier-plugin-jsdoc": "^1.8.0", |
| 52 | + "typescript-eslint": "^8.50.0" |
| 53 | + } |
| 54 | +} |
0 commit comments