retrom-plugin-installer 0.7.51

Retrom plugin that facilitates the installation of games locally.
Documentation
{
  "name": "@retrom/plugin-installer",
  "type": "module",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist/**"
  ],
  "dependencies": {
    "@tauri-apps/api": "catalog:",
    "@bufbuild/protobuf": "2.4.0",
    "@retrom/codegen": "workspace:*",
    "@tauri-apps/plugin-opener": "catalog:"
  },
  "devDependencies": {
    "@retrom/configs": "workspace:*",
    "vite": "catalog:"
  }
}