mini-film 10.2.2

Apply Lightroom-style film emulation profiles to RAW files with RawTherapee and HALD workflows.
Documentation
{
  "name": "mini-film",
  "version": "10.2.2",
  "private": true,
  "description": "Frontend asset checks for embedded mini-film review and gallery UIs.",
  "scripts": {
    "format:assets": "prettier --write \"assets/**/*.{html,css,js}\"",
    "format:assets:check": "prettier --check \"assets/**/*.{html,css,js}\"",
    "lint:assets": "eslint \"assets/**/*.js\" && stylelint \"assets/**/*.css\" && htmlhint \"assets/**/*.html\"",
    "check:assets": "npm run format:assets:check && npm run lint:assets"
  },
  "devDependencies": {
    "@eslint/js": "9.39.4",
    "eslint": "9.39.4",
    "globals": "17.6.0",
    "htmlhint": "1.9.2",
    "prettier": "3.8.4",
    "stylelint": "16.18.0",
    "stylelint-config-standard": "38.0.0"
  },
  "dependencies": {
    "preact": "10.29.2"
  }
}