Files
gallery/package.json
Ryan Chou 8f9a7eda2f
All checks were successful
Deploy on push / deploy (push) Has been skipped
add: meal ingestion CLI for images and metadata
2026-03-22 20:09:23 -07:00

15 lines
391 B
JSON

{
"name": "gallery",
"private": true,
"scripts": {
"build": "npm run build:thumbs && npm run build:pages",
"ingest": "node scripts/ingest-meal.js",
"build:pages": "node scripts/build.js",
"build:thumbs": "node scripts/generate-thumbnails.js",
"build:thumbs:force": "node scripts/generate-thumbnails.js --force"
},
"dependencies": {
"sharp": "^0.34.5"
}
}