-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 745 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
28
29
30
{
"name": "resolve-ai",
"version": "1.0.0",
"private": true,
"description": "Production-grade AI-first full-stack SaaS platform for support and incident resolution.",
"packageManager": "pnpm@11.9.0",
"scripts": {
"dev:web": "pnpm --filter web dev",
"dev:api": "pnpm --filter api dev",
"docker:up": "docker compose up -d",
"docker:down": "docker compose down",
"docker:logs": "docker compose logs -f",
"db:studio": "pnpm --filter api db:studio",
"db:migrate": "pnpm --filter api db:migrate"
},
"keywords": [
"ai",
"rag",
"agentic-ai",
"langchain",
"langgraph",
"nextjs",
"fastapi",
"express",
"docker",
"aws"
],
"author": "Waseem Akram",
"license": "MIT"
}