-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 814 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "paper-contracts",
"private": true,
"version": "1.0.0",
"description": "devthomas/contratos — emissor freelance (React) + API REST (Express) + IA Gemini no servidor.",
"workspaces": [
"frontend",
"backend"
],
"scripts": {
"dev": "concurrently -n api,web -c blue,green \"npm run dev -w @free-contratos/backend\" \"npm run dev -w @free-contratos/frontend\"",
"build": "npm run build -w @free-contratos/backend && npm run build -w @free-contratos/frontend",
"start": "npm run start -w @free-contratos/backend"
},
"devDependencies": {
"concurrently": "^9.1.2"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@google/genai": "^1.50.1",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"firebase": "^12.12.1"
}
}