25 lines
502 B
JSON
Executable File
25 lines
502 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|