Tofu/scripts/import-recipes/package.json
2026-09-18 01:41:02 +02:00

18 lines
449 B
JSON

{
"name": "tofu-import-recipes",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "One-shot bootstrap tool: turns a folder of .odt recipes into the JSON files Tofu reads.",
"imports": {
"#import-recipes/*": "./*"
},
"scripts": {
"test": "node --test \"tests/**/*.test.js\"",
"import": "node importRecipes.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.126.0",
"fflate": "^0.8.3"
}
}