Initial commit: monorepo Naturcalabacera reservas (apps/api + apps/web + packages/shared)
This commit is contained in:
25
apps/api/package.json
Normal file
25
apps/api/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@naturcalabacera/api",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch --env-file=.env src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@naturcalabacera/shared": "workspace:*",
|
||||
"@supabase/supabase-js": "^2.95.3",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cors": "^2.8.18",
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user