{ "name": "social-media-bridge", "version": "0.0.0", "description": "", "main": "prod/index.js", "type": "module", "engines": { "node": "22", "pnpm": "10" }, "scripts": { "build": "tsc", "lint": "eslint src test --max-warnings 0", "start": "op run --env-file='./prod.env' -- node prod/index.js" }, "keywords": [], "author": "", "license": "See license in LICENSE.md", "devDependencies": { "@nhcarrigan/eslint-config": "5.1.0", "@nhcarrigan/typescript-config": "4.0.0", "@types/node": "22.10.7", "eslint": "9.18.0", "prisma": "6.2.1", "typescript": "5.7.3" }, "dependencies": { "@prisma/client": "6.2.1", "discord.js": "14.17.3", "fastify": "5.2.1" } }