Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "roggioapp",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@prisma/config": "^7.8.0",
|
||||
"@types/node": "^25.6.0",
|
||||
"prisma": "^6.4.1",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/node-server": "^2.0.0",
|
||||
"@prisma/client": "^6.19.3",
|
||||
"hono": "^4.12.15"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user