first commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "tabungin",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "concurrently -n API,WEB -c cyan,magenta \"npm run --prefix apps/api dev\" \"npm run --prefix apps/web dev\"",
|
||||
"build": "npm run build --workspaces",
|
||||
"lint": "npm run lint --workspaces",
|
||||
"format": "prettier -w ."
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.2.0",
|
||||
"prettier": "^3.6.2",
|
||||
"prisma": "^6.14.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user