mirror of
https://github.com/Floriansylvain/SnippetsManager.git
synced 2026-08-19 19:43:17 +02:00
Added prisma stuff
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build:dev": "tsc -w",
|
||||
@@ -12,6 +13,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.9.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"express": "^4.18.2",
|
||||
"nodemon": "^2.0.20",
|
||||
|
||||
Reference in New Issue
Block a user