{
  "name": "@quasar/cli",
  "version": "5.0.0",
  "description": "Quasar Framework - the Global CLI",
  "keywords": [
    "cli",
    "cordova",
    "electron",
    "pwa",
    "quasar",
    "spa",
    "vue",
    "vuejs",
    "web"
  ],
  "homepage": "https://quasar.dev",
  "bugs": "https://github.com/quasarframework/quasar/issues",
  "license": "MIT",
  "author": {
    "name": "Razvan Stoenescu",
    "email": "razvan.stoenescu@gmail.com",
    "url": "https://github.com/quasarframework"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/quasarframework/quasar"
  },
  "funding": {
    "type": "github",
    "url": "https://donate.quasar.dev"
  },
  "bin": {
    "quasar": "./bin/quasar.js"
  },
  "files": [
    "assets",
    "bin",
    "lib"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@clack/prompts": "^1.4.0",
    "@hono/node-server": "^2.0.4",
    "ci-info": "^4.4.0",
    "cross-spawn": "^7.0.6",
    "fs-extra": "^11.3.5",
    "hono": "^4.12.23",
    "kolorist": "^1.8.0",
    "open": "^11.0.0",
    "update-notifier": "^7.3.1",
    "@quasar/ssl-certificate": "^2.0.0",
    "@quasar/art": "^1.0.0"
  },
  "engines": {
    "node": ">= 20.20.0"
  }
}