aboutsummaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/package.json b/backend/package.json
index 70d2aac..4686f00 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -5,13 +5,14 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
+ "seed": "ts-node prisma/seed.ts",
"dev": "ts-node-dev src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
- "@prisma/client": "^6.9.0",
+ "@prisma/client": "^6.10.1",
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.9",
"@types/express-session": "^1.18.2",
@@ -29,7 +30,7 @@
"@types/express": "^4.17.23",
"@types/node": "^24.0.3",
"@types/sqlite3": "^5.1.0",
- "prisma": "^6.9.0",
+ "prisma": "^6.10.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.3"
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage