Files
Cibello-app/packages/connectors/package.json
T
2026-08-05 19:21:11 +07:00

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"
}
}