first commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "strength-app",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.11",
|
||||
"@types/node": "^25.5.0",
|
||||
"prisma": "^7.5.0",
|
||||
"tsx": "^4.21.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/adapter-mariadb": "^7.5.0",
|
||||
"@prisma/client": "^7.5.0",
|
||||
"better-auth": "^1.5.6",
|
||||
"dotenv": "^17.3.1",
|
||||
"hono": "^4.12.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user