-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) Β· 2.11 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) Β· 2.11 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@nutrivision/nutrivision-ai",
"version": "2.1.14",
"description": "AI food scanner that tells you what to eat first β reduce blood sugar spikes by 70%. Snap Thai or any cuisine for 8-dimension health scoring, 1000+ recipes, AI nutrition coach & meal plans.",
"keywords": [
"ai-food-recognition",
"blood-sugar",
"calorie-tracker",
"cloudflare-workers",
"drizzle-orm",
"food-recognition",
"food-sequencing",
"health-app",
"health-tracking",
"i18n",
"llama",
"meal-planning",
"nextjs",
"nutrition-analysis",
"nutrition-scoring",
"progressive-web-app",
"recipe-suggestion",
"thai-cuisine",
"typescript",
"zustand"
],
"homepage": "https://nutri-vision-ai.pages.dev",
"bugs": {
"url": "https://github.com/bejranonda/Nutri-Vision-AI/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bejranonda/Nutri-Vision-AI.git"
},
"license": "MIT",
"author": {
"name": "NutriVision AI",
"email": "support@nutrivision.app"
},
"type": "module",
"workspaces": [
"frontend"
],
"scripts": {
"dev": "npm run dev -w frontend",
"dev:frontend": "cd frontend && npm run dev",
"dev:docker": "docker-compose up",
"build": "cd frontend && npm run build",
"pages:build": "npm run pages:build -w frontend",
"preview": "npm run preview -w frontend",
"deploy": "npm run deploy -w frontend",
"type-check": "cd frontend && npx tsc --noEmit",
"lint": "cd frontend && npm run lint",
"lint:fix": "cd frontend && npm run lint -- --fix",
"clean": "rm -rf frontend/.next frontend/node_modules node_modules"
},
"files": [
"frontend/",
"backend/",
"scripts/",
"docker/",
"docker-compose.yml",
".env.example",
"README.md",
"README-TH.md",
"LICENSE",
"CHANGELOG.md",
"CONTRIBUTING.md",
"PUBLISHING.md",
"DEPLOYMENT.md",
"PROJECT_PLAN.md"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {}
}