{
  "name": "@quasar/icongenie",
  "version": "6.1.6",
  "description": "A Quasar tool for generating all your Quasar App's icons and splashscreens",
  "keywords": [
    "bex",
    "desktop",
    "electron",
    "icons",
    "js",
    "phone",
    "pwa",
    "quasar",
    "spa",
    "tablet",
    "vue",
    "vuejs",
    "website"
  ],
  "homepage": "https://quasar.dev/icongenie/introduction",
  "bugs": {
    "url": "https://github.com/quasarframework/quasar/issues"
  },
  "license": "MIT",
  "author": "Razvan Stoenescu <razvan.stoenescu@gmail.com>",
  "contributors": [
    "Razvan Stoenescu <razvan.stoenescu@gmail.com>",
    "Daniel Thompson-Yvetot <35242872+nothingismagick@users.noreply.github.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quasarframework/quasar.git"
  },
  "bin": {
    "icongenie": "./bin/icongenie.js"
  },
  "files": [
    "bin",
    "lib",
    "samples",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "main": "bin/icongenie.js",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@quasar/art": "^1.0.0",
    "@quasar/update-notifier": "^1.0.0",
    "ci-info": "^4.4.0",
    "cross-spawn": "^7.0.6",
    "elementtree": "^0.1.7",
    "fs-extra": "^11.2.0",
    "is-png": "^3.0.1",
    "joi": "^18.2.1",
    "kolorist": "^1.8.0",
    "png2icons": "^2.0.1",
    "potrace": "^2.1.5",
    "read-chunk": "^5.0.0",
    "sharp": "^0.35.3",
    "svgo": "^4.0.2",
    "tinyglobby": "^0.2.10",
    "untildify": "^6.0.0"
  },
  "engines": {
    "node": ">= 22.22.0"
  }
}