mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nitro build",
|
|
"dev": "nitro dev",
|
|
"prepare": "nitro prepare",
|
|
"preview": "node .output/server/index.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"nitropack": "latest",
|
|
"prisma": "^6.4.1"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^6.4.1",
|
|
"bs58": "^6.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"tweetnacl": "^1.0.3",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|