generated from nhcarrigan/template
ce59bf47f9
Add MongoDB schema with Prisma 6.8.2 for tracking: - ServerEvent: events per server (coffee chats, study groups, etc.) - UserPairingHistory: user pairing records per server - PairingRecord: individual pairing entries with event context This enables smart grouping that avoids recent pairings per-event.
36 lines
840 B
JSON
36 lines
840 B
JSON
{
|
|
"name": "rondelle",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@prisma/engines",
|
|
"esbuild",
|
|
"prisma"
|
|
]
|
|
},
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "./prod/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "op run --env-file=prod.env -- node prod/index.js",
|
|
"lint": "eslint src --max-warnings 0",
|
|
"test": "echo \"No tests yet\" && exit 0"
|
|
},
|
|
"keywords": [],
|
|
"author": "Naomi Carrigan <contact@nhcarrigan.com>",
|
|
"license": "See LICENSE.md",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@nhcarrigan/typescript-config": "1.0.0",
|
|
"@types/node": "22.10.6",
|
|
"prisma": "6.8.2",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@nhcarrigan/logger": "1.1.1",
|
|
"@prisma/client": "6.8.2",
|
|
"discord.js": "14.25.1"
|
|
}
|
|
}
|