19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"name": "@app/connectors",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Connector-interface (spec §43): Livsmedelsverket, Open Food Facts, hälsa, framtida butiker/vitvaror",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@app/shared-types": "workspace:*",
|
|
"zod": "^4.4.0"
|
|
}
|
|
}
|