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, 4 insertions, 1 deletions
diff --git a/backend/package.json b/backend/package.json
index 4686f00..b5873c7 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -5,9 +5,11 @@
"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"
},
+ "prisma": {
+ "seed": "ts-node prisma/seed.ts"
+ },
"keywords": [],
"author": "",
"license": "ISC",
@@ -31,6 +33,7 @@
"@types/node": "^24.0.3",
"@types/sqlite3": "^5.1.0",
"prisma": "^6.10.1",
+ "ts-node": "^10.9.2",
"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