resopt-cli 0.6.0

Find, review and safely apply resource optimizations for Apple and Android projects.
Documentation
{
  "name": "resopt-web",
  "private": true,
  "type": "module",
  "packageManager": "bun@1.3.14",
  "scripts": {
    "build:wasm": "bun scripts/build-wasm.ts",
    "build": "bun run build:wasm && bun scripts/build.ts",
    "dev": "bun run build:wasm && bun scripts/dev.ts",
    "preview": "bun scripts/serve.ts",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "host": "bun scripts/host.ts"
  },
  "dependencies": {
    "fflate": "0.8.2",
    "ignore": "7.0.5"
  },
  "devDependencies": {
    "@types/bun": "1.3.14",
    "typescript": "5.9.3"
  }
}