-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.04 KB
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
31
32
33
{
"name": "doclin-note-generator",
"version": "1.0.0",
"packageManager": "pnpm@10.7.0",
"scripts": {
"prettier": "prettier --write .",
"format": "prettier --write .",
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"lint": "turbo run lint",
"start": "docker-compose up",
"restart": "docker-compose down && docker-compose build --no-cache && docker-compose up",
"logs": "docker-compose logs -f",
"clean": "rm -rf node_modules && rm -rf .turbo && rm -rf dist && rm -rf build",
"model": "docker exec $(docker-compose ps -q ollama) ollama pull mistral:7b-instruct"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Badsha1996/doclin-note-generator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Badsha1996/doclin-note-generator/issues"
},
"homepage": "https://github.com/Badsha1996/doclin-note-generator#readme",
"description": "",
"devDependencies": {
"turbo": "^2.5.4",
"prettier": "^3.6.2"
}
}