forked from thrixxy-technologies/flavorsnap
-
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) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 918 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": "flavorsnap",
"version": "1.0.0",
"description": "AI-Powered Food Classification Web Application",
"scripts": {
"test:e2e": "cypress run",
"test:e2e:open": "cypress open",
"test:e2e:chrome": "cypress run --browser chrome",
"test:e2e:firefox": "cypress run --browser firefox",
"test:e2e:headed": "cypress run --headed",
"test:e2e:ci": "cypress run --config video=true --reporter junit --reporter-options mochaFile=test-results/e2e/results-[hash].xml",
"test:e2e:mobile": "cypress run --config viewportWidth=375,viewportHeight=667",
"test:e2e:tablet": "cypress run --config viewportWidth=768,viewportHeight=1024"
},
"devDependencies": {
"cypress": "^13.6.0",
"cypress-file-upload": "^5.0.8"
},
"keywords": [
"food-classification",
"ai",
"machine-learning",
"nextjs",
"pytorch"
],
"author": "FlavorSnap Team",
"license": "MIT"
}