24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|