{
  "name": "@quasar/cli",
  "version": "4.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": {
    "@hono/node-server": "^1.19.12",
    "ci-info": "^4.4.0",
    "cross-spawn": "^7.0.6",
    "fs-extra": "^11.3.4",
    "hono": "^4.12.11",
    "http-proxy-middleware": "^3.0.5",
    "kolorist": "^1.8.0",
    "minimist": "^1.2.8",
    "open": "^11.0.0",
    "update-notifier": "^7.3.1",
    "@quasar/ssl-certificate": "^2.0.0"
  },
  "engines": {
    "node": ">= 20.20.0",
    "npm": ">= 5.6.0",
    "yarn": ">= 1.6.0"
  },
  "scripts": {
    "lint": "oxfmt && oxlint --fix",
    "lint:check": "oxfmt --check && oxlint"
  }
}