-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 800 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 800 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
{
"name": "llm-advisor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:backend": "cd backend && uvicorn app.main:app --reload --port 8000",
"dev:frontend": "cd frontend && npm run dev",
"dev": "concurrently \"npm:dev:backend\" \"npm:dev:frontend\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarioAderman/llm-advisor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MarioAderman/llm-advisor/issues"
},
"homepage": "https://github.com/MarioAderman/llm-advisor#readme",
"devDependencies": {
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"concurrently": "^9.1.2"
}
}