This commit is contained in:
Darius
2025-11-21 00:58:30 +01:00
commit c42fc96899
12 changed files with 8334 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "@dpu/food-scanner",
"version": "1.0.0",
"type": "module",
"description": "food product scanner",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"start": "node ./dist/server/entry.mjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.9.5",
"@biomejs/biome": "^2.3.6",
"astro": "^5.16.0",
"axios": "^1.13.2",
"typescript": "^5.9.3"
}
}