18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
||
"name": "@app/nutrition-engine",
|
||
"version": "0.1.0",
|
||
"private": true,
|
||
"type": "module",
|
||
"description": "Deterministisk näringsberäkning (spec §21, §61.1) – AI hittar ALDRIG på näringsvärden",
|
||
"exports": {
|
||
".": "./src/index.ts"
|
||
},
|
||
"scripts": {
|
||
"typecheck": "tsc --noEmit",
|
||
"test": "vitest run"
|
||
},
|
||
"dependencies": {
|
||
"@app/shared-types": "workspace:*"
|
||
}
|
||
}
|