mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
22 lines
381 B
Handlebars
22 lines
381 B
Handlebars
{
|
|
"name": "@{{projectName}}/backend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
"./convex/*": "./convex/*"
|
|
},
|
|
"scripts": {
|
|
"dev": "convex dev",
|
|
"setup": "convex dev --until-success"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"convex": "^1.23.0"
|
|
}
|
|
}
|