fishing-api/package.json

27 lines
549 B
JSON
Raw Normal View History

2024-02-15 02:01:36 +01:00
{
2024-02-26 13:20:22 +01:00
"name": "fishing-api",
"module": "src/api/index.ts",
"type": "module",
"scripts": {
"start": "bun .",
"start-bot": "bun src/mpp/index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@prisma/client": "^5.9.1",
"@trpc/client": "next",
"@trpc/server": "next",
"cli-markdown": "^3.2.2",
"mpp-client-net": "^1.1.3",
"prisma": "^5.9.1",
"trpc-bun-adapter": "^1.1.0",
"yaml": "^2.3.4",
"zod": "^3.22.4"
}
2024-02-15 02:01:36 +01:00
}