19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"name": "@app/inventory-engine",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Food Twin-logik: transaktionsbaserat lager, FEFO, bäst före-klassning, dubblettkandidater (spec §8, §13)",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@app/nutrition-engine": "workspace:*",
|
|
"@app/shared-types": "workspace:*"
|
|
}
|
|
}
|